diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-06-01 08:24:53 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-06-01 08:24:53 -0700 |
commit | d96579661ddde65a8f47bab7cdd3c872f164ea11 (patch) | |
tree | de4bb02581759962421c1433a3c8e1863f92befe | |
parent | 5ef27545e9f36a3d0a9117b07cb371624826f18f (diff) | |
parent | d077f3bcca6f0662f3ea9dacdb3e4da89a618227 (diff) |
Merge branch 'we-dont-need-no-backup' of github.com:ctiller/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 |