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 = "