aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/doxygen
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-05 10:03:53 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-05 10:03:53 -0700
commit78a97ed3f9e76ac532989be32c0a6be92739c363 (patch)
tree32c453d591cc6eea2ad19194b2fc7cce83b86f04 /templates/tools/doxygen
parentb15d37a3c8382d156bae89466d2cef32d668253e (diff)
Get internal documentation generated in the right place
Diffstat (limited to 'templates/tools/doxygen')
-rw-r--r--templates/tools/doxygen/Doxyfile.include3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/tools/doxygen/Doxyfile.include b/templates/tools/doxygen/Doxyfile.include
index 879495aae8..1391016348 100644
--- a/templates/tools/doxygen/Doxyfile.include
+++ b/templates/tools/doxygen/Doxyfile.include
@@ -77,7 +77,8 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
-OUTPUT_DIRECTORY = doc/ref/${packagename.lower()}
+OUTPUT_DIRECTORY = doc/ref/${
+ packagename.lower() + ('.internal' if internal else '')}
# 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