Add a Makefile to generate classes doc in various formats
All the generated documentation is put in doc/_build.
This commit is contained in:
parent
aeb5ea5934
commit
410e418aea
9 changed files with 64 additions and 24 deletions
|
|
@ -58,7 +58,7 @@ PROJECT_LOGO = ../logo.png
|
|||
# entered, it will be relative to the location where doxygen was started. If
|
||||
# left blank the current directory will be used.
|
||||
|
||||
OUTPUT_DIRECTORY = ./doxygen/
|
||||
OUTPUT_DIRECTORY = ./_build/doxygen/
|
||||
|
||||
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
|
||||
# directories (in 2 levels) under the output directory of each output format and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue