From e969f876456acbdbed7254e0cdca382a2caed502 Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr." Date: Mon, 13 Aug 2012 16:56:18 -0700 Subject: [PATCH] Move attribute, config, trace docs to class description. --- utils/print-introspected-doxygen.cc | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/utils/print-introspected-doxygen.cc b/utils/print-introspected-doxygen.cc index d34d1562c..fa8d14b3d 100644 --- a/utils/print-introspected-doxygen.cc +++ b/utils/print-introspected-doxygen.cc @@ -33,6 +33,8 @@ namespace std::string defgroupTraceSourceListStop; std::string functionStart; std::string functionStop; + std::string headingStart; + std::string headingStop; std::string indentHtmlOnly; std::string ingroupConstructs; std::string listStart; @@ -364,6 +366,8 @@ int main (int argc, char *argv[]) defgroupTraceSourceListStop = "\n"; functionStart = ""; functionStop = "\n\n"; + headingStart = ""; + headingStop = ""; indentHtmlOnly = ""; ingroupConstructs = ""; listStart = ""; @@ -390,8 +394,10 @@ int main (int argc, char *argv[]) defgroupGlobalValueListStop = ""; defgroupTraceSourceListStart = "\\defgroup TraceSourceList "; defgroupTraceSourceListStop = ""; - functionStart = "\\fn "; + functionStart = "\\class "; functionStop = ""; + headingStart = "

"; + headingStop = "

"; indentHtmlOnly = " "; ingroupConstructs = "\\ingroup constructs\n"; listStart = "