1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

Adding doxygen support.

This commit is contained in:
William Woodall 2012-01-13 10:32:25 -06:00
parent a870d49b10
commit 6011f2847c
2 changed files with 1723 additions and 0 deletions

1716
doc/Doxyfile Normal file

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,13 @@ clean:
-cd build && make clean -cd build && make clean
rm -rf build bin lib rm -rf build bin lib
.PHONY: doc
doc:
@doxygen doc/Doxyfile
ifeq ($(UNAME),Darwin)
@open doc/html/index.html
endif
.PHONY: test .PHONY: test
test: test:
@mkdir -p build @mkdir -p build