diff options
Diffstat (limited to 'templates/tools/doxygen/Doxyfile.c++.template')
-rw-r--r-- | templates/tools/doxygen/Doxyfile.c++.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/doxygen/Doxyfile.c++.template b/templates/tools/doxygen/Doxyfile.c++.template index fca30632a3..6cedfa5fe5 100644 --- a/templates/tools/doxygen/Doxyfile.c++.template +++ b/templates/tools/doxygen/Doxyfile.c++.template @@ -1,2 +1,2 @@ <%namespace file="Doxyfile.include" import="gen_doxyfile"/>\ -${gen_doxyfile(['grpc++'], 'C++', libs)} +${gen_doxyfile(['grpc++'], 'C++', libs, False)} |