Merge pull request #114 from M4xi1m3/make-doc

[build] Added target doc, using doxygen.
This commit is contained in:
Quentin
2019-12-27 23:41:58 +01:00
committed by GitHub
2 changed files with 2552 additions and 0 deletions

View File

@@ -68,6 +68,12 @@ help:
@echo " make PLATFORM=simulator TARGET=web"
@echo " make PLATFORM=simulator TARGET=windows"
.PHONY: doc
doc:
@echo "DOXYGEN"
@mkdir -p output/doc/
$(Q) doxygen build/doc/Doxyfile
.PHONY: print-%
print-%:
@echo $* = $($*)

2546
build/doc/Doxyfile Normal file

File diff suppressed because it is too large Load Diff