mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[build] Added target doc, using doxygen.
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
2546
build/doc/Doxyfile
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user