diff options
author | Craig Tiller <ctiller@google.com> | 2015-05-31 14:41:55 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-05-31 14:41:55 -0700 |
commit | d077f3bcca6f0662f3ea9dacdb3e4da89a618227 (patch) | |
tree | 96a16e48e1df59113165f373396e3efe468b45cc | |
parent | 9ae769724578d5eb5fba916eb92cc7e8e0e0854b (diff) | |
parent | 2e378c89f89820941d1b30ad8c8b501fefa213b0 (diff) |
Merge github.com:grpc/grpc into we-dont-need-no-backup
-rw-r--r-- | templates/tools/doxygen/Doxyfile.include | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/tools/doxygen/Doxyfile.include b/templates/tools/doxygen/Doxyfile.include index 3f1c7d8920..879495aae8 100644 --- a/templates/tools/doxygen/Doxyfile.include +++ b/templates/tools/doxygen/Doxyfile.include @@ -1,3 +1,10 @@ +## Populates "targets" for all names in the collection "libnames" that are +## part of "collection". +## +## Note that "packagename" and "internal" while not used +## in the function itself are referenced in the template. +## When "internal" is true, documentation for non-public headers +## and sources is also taken as input to Doxygen (see INPUT). <%def name="gen_doxyfile(libnames, packagename, collection, internal)"> <% import itertools |