aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-05 15:26:35 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-05 15:26:35 -0700
commitf50abfcbc246d9f338b800f2b1c2365520f34e3f (patch)
tree871da25da3435a54ce3a92345d1df14d511907e0 /templates
parent409263c59f40d6b4754528cd91ffefd20d7987b2 (diff)
parent6f61e9542da0cb5a878814ddcae1b2b58b34c8ac (diff)
Merge github.com:grpc/grpc into we-dont-need-no-backup
Diffstat (limited to 'templates')
-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