mirror of https://github.com/grpc/grpc.git
Merge pull request #1783 from ctiller/whisper-sweet-nothings-to-yourself
Add doxygen setups for internal documentationpull/1830/head
commit
eaee2bcb32
8 changed files with 4745 additions and 5 deletions
@ -0,0 +1,2 @@ |
|||||||
|
<%namespace file="Doxyfile.include" import="gen_doxyfile"/>\ |
||||||
|
${gen_doxyfile(['grpc++'], 'C++', libs, True)} |
@ -1,2 +1,2 @@ |
|||||||
<%namespace file="Doxyfile.include" import="gen_doxyfile"/>\ |
<%namespace file="Doxyfile.include" import="gen_doxyfile"/>\ |
||||||
${gen_doxyfile(['grpc++'], 'C++', libs)} |
${gen_doxyfile(['grpc++'], 'C++', libs, False)} |
||||||
|
@ -0,0 +1,2 @@ |
|||||||
|
<%namespace file="Doxyfile.include" import="gen_doxyfile"/>\ |
||||||
|
${gen_doxyfile(['grpc', 'gpr'], 'Core', libs, True)} |
@ -1,2 +1,2 @@ |
|||||||
<%namespace file="Doxyfile.include" import="gen_doxyfile"/>\ |
<%namespace file="Doxyfile.include" import="gen_doxyfile"/>\ |
||||||
${gen_doxyfile(['grpc', 'gpr'], 'Core', libs)} |
${gen_doxyfile(['grpc', 'gpr'], 'Core', libs, False)} |
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue