aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-05-31 14:41:55 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-05-31 14:41:55 -0700
commitd077f3bcca6f0662f3ea9dacdb3e4da89a618227 (patch)
tree96a16e48e1df59113165f373396e3efe468b45cc /templates
parent9ae769724578d5eb5fba916eb92cc7e8e0e0854b (diff)
parent2e378c89f89820941d1b30ad8c8b501fefa213b0 (diff)
Merge github.com:grpc/grpc into we-dont-need-no-backup
Diffstat (limited to 'templates')
-rw-r--r--templates/tools/doxygen/Doxyfile.include7
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