From 78a97ed3f9e76ac532989be32c0a6be92739c363 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 5 Jun 2015 10:03:53 -0700 Subject: Get internal documentation generated in the right place --- templates/tools/doxygen/Doxyfile.include | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates') 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 -- cgit v1.2.3