diff options
Diffstat (limited to 'templates/tools/doxygen/Doxyfile.c++.template')
-rw-r--r-- | templates/tools/doxygen/Doxyfile.c++.template | 2 |
1 files changed, 2 insertions, 0 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)} |