summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-06-29 14:46:09 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-06-29 14:46:09 (GMT)
commit12eaf6afe565ae1f7d440080205ddb76585bd31d (patch)
tree94c4a9072b0cb00c826149bc629821166b431c25 /src/htmlgen.h
parent154e877cc2e8b10091d7e0068b6f6d5793cd29f3 (diff)
downloadDoxygen-12eaf6afe565ae1f7d440080205ddb76585bd31d.zip
Doxygen-12eaf6afe565ae1f7d440080205ddb76585bd31d.tar.gz
Doxygen-12eaf6afe565ae1f7d440080205ddb76585bd31d.tar.bz2
Bug 693515 - The 'Examples:' section; bad/missing style and incorrect spelling
Made implementation analogous to the implementation for parameters in respect to padding and the use of colon (:).
Diffstat (limited to 'src/htmlgen.h')
-rw-r--r--src/htmlgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlgen.h b/src/htmlgen.h
index 2d8d6e0..dad884f 100644
--- a/src/htmlgen.h
+++ b/src/htmlgen.h
@@ -249,7 +249,7 @@ class HtmlGenerator : public OutputGenerator
//void startDescList(SectionTypes) { t << "<dl compact><dt><b>" << endl; }
//void endDescList() { t << "</dl>"; }
void startSimpleSect(SectionTypes,const char *,const char *,const char *);
- void endSimpleSect();
+ void endSimpleSect(SectionTypes);
void startParamList(ParamListTypes,const char *);
void endParamList();
//void writeDescItem() { t << "<dd>" << endl; }