mirror of https://github.com/grpc/grpc.git
parent
a3c9fb0813
commit
6c4ae607fe
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"/>\ |
||||
${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"/>\ |
||||
${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