Doxygen config

This commit is contained in:
Imbus 2024-04-24 12:43:01 +02:00
parent 86a79fd8a0
commit 8957069a08
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,8 @@ OUTPUT_DIRECTORY = docs
#EXCLUDE = /path/to/exclude/directory
# Enable/disable various features
OPTIMIZE_OUTPUT_FOR_C=YES
GENERATE_HTML = YES
GENERATE_LATEX = NO
#GENERATE_XML = YES
#GENERATE_MAN = YES
#GENERATE_MAN = YES

View file

@ -47,4 +47,4 @@ docs:
doxygen Doxyfile
# Mark rules as phony
.PHONY: all run clean
.PHONY: all run clean docs docs