diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-06-05 10:08:26 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-06-05 10:08:26 -0700 |
commit | ba08ba221ecf4bd304bfe261e8ddd1fa13a47824 (patch) | |
tree | 08e9beb3aa5133b2bb71d6bf9b830be2b272aafa /tools/doxygen | |
parent | 8f789fd4b99cebeecbbb683d37278b508d5ec7a7 (diff) | |
parent | 78a97ed3f9e76ac532989be32c0a6be92739c363 (diff) |
Merge branch 'there-is-a-place-for-everything-and-the-old-place-was-wrong' into one-shouldnt-depend-on-protobufs
Diffstat (limited to 'tools/doxygen')
-rw-r--r-- | tools/doxygen/Doxyfile.c++.internal | 2 | ||||
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/doxygen/Doxyfile.c++.internal b/tools/doxygen/Doxyfile.c++.internal index 70bd0b6803..4c4aa3d447 100644 --- a/tools/doxygen/Doxyfile.c++.internal +++ b/tools/doxygen/Doxyfile.c++.internal @@ -60,7 +60,7 @@ 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/c++ +OUTPUT_DIRECTORY = doc/ref/c++.internal # 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 diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index d06a1eb1f2..7f6fe6837e 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -60,7 +60,7 @@ 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/core +OUTPUT_DIRECTORY = doc/ref/core.internal # 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 |