aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/doxygen
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-05-24 10:43:05 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-05-24 10:43:05 -0700
commitc9b3e5811e3d20c94f3397b0b092e641b6ab101e (patch)
treee541b78ab5d2d59237b37264f18e1fe5e84e6b25 /templates/tools/doxygen
parent2fa7af57677253d1b4913a20a5a0c1562f860539 (diff)
Add C++
Diffstat (limited to 'templates/tools/doxygen')
-rw-r--r--templates/tools/doxygen/Doxyfile.c++.template2
-rw-r--r--templates/tools/doxygen/Doxyfile.include4
2 files changed, 4 insertions, 2 deletions
diff --git a/templates/tools/doxygen/Doxyfile.c++.template b/templates/tools/doxygen/Doxyfile.c++.template
new file mode 100644
index 0000000000..fca30632a3
--- /dev/null
+++ b/templates/tools/doxygen/Doxyfile.c++.template
@@ -0,0 +1,2 @@
+<%namespace file="Doxyfile.include" import="gen_doxyfile"/>\
+${gen_doxyfile(['grpc++'], 'C++', libs)}
diff --git a/templates/tools/doxygen/Doxyfile.include b/templates/tools/doxygen/Doxyfile.include
index 11b60e62dd..51c34efc7c 100644
--- a/templates/tools/doxygen/Doxyfile.include
+++ b/templates/tools/doxygen/Doxyfile.include
@@ -1570,7 +1570,7 @@ EXTRA_SEARCH_MAPPINGS =
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
# The default value is: YES.
-GENERATE_LATEX = YES
+GENERATE_LATEX = NO
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
@@ -2107,7 +2107,7 @@ HIDE_UNDOC_RELATIONS = YES
# set to NO
# The default value is: NO.
-HAVE_DOT = NO
+HAVE_DOT = YES
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# to run in parallel. When set to 0 doxygen will base this on the number of