From f6bf2d75c8b48ed58f87d56ba76dd298ce4fff96 Mon Sep 17 00:00:00 2001 From: "David G. Quintas" Date: Fri, 29 May 2015 15:25:25 -0700 Subject: [PATCH] Added docstring to gen_doxyfile mako template --- templates/tools/doxygen/Doxyfile.include | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/tools/doxygen/Doxyfile.include b/templates/tools/doxygen/Doxyfile.include index 3f1c7d89205..879495aae8c 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