- 添加 docs 文件夹到忽略列表,以忽略 Doxygen 生成的文件 - 保持原有的忽略规则不变
@ -0,0 +1,14 @@
build-docs:
doxygen Doxyfile
docs: build-docs
python -m http.server -d docs/html
smcc-build:
make -C src
smcc-clean:
make -C src clean
smcc-test: smcc-build
make -C tests/simple
The note is not visible to the blocked user.