pull/1738/head
Craig Tiller 10 years ago
parent 2fa7af5767
commit c9b3e5811e
  1. 2
      templates/tools/doxygen/Doxyfile.c++.template
  2. 4
      templates/tools/doxygen/Doxyfile.include
  3. 2365
      tools/doxygen/Doxyfile.c++
  4. 4
      tools/doxygen/Doxyfile.core
  5. 5
      tools/doxygen/run_doxygen.sh

@ -0,0 +1,2 @@
<%namespace file="Doxyfile.include" import="gen_doxyfile"/>\
${gen_doxyfile(['grpc++'], 'C++', libs)}

@ -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

File diff suppressed because it is too large Load Diff

@ -1560,7 +1560,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
@ -2097,7 +2097,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

@ -34,7 +34,8 @@ set -ex
# change to grpc repo root
cd $(dirname $0)/../..
for i in tools/doxygen/Doxyfile.*
for i in core c++
do
doxygen $i
mkdir -p doc/ref/$i
doxygen tools/doxygen/Doxyfile.$i
done

Loading…
Cancel
Save