[build] Added target doc, using doxygen.

This commit is contained in:
M4x1m3
2019-12-27 21:32:15 +01:00
parent b7fe5b51c8
commit 0d183cedf2
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