summaryrefslogtreecommitdiffstats
path: root/src/latexgen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-08-26 11:53:48 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-08-26 11:53:48 (GMT)
commita2ea725e1b0070ee8bcf55683157e67f5f727254 (patch)
treeb0937b7106fafdf812c4faa9d5bf600279dc0afa /src/latexgen.h
parenta77fed0a607887a9ea023791b13e227a44eb82fc (diff)
downloadDoxygen-a2ea725e1b0070ee8bcf55683157e67f5f727254.zip
Doxygen-a2ea725e1b0070ee8bcf55683157e67f5f727254.tar.gz
Doxygen-a2ea725e1b0070ee8bcf55683157e67f5f727254.tar.bz2
Renamed (start/end)SimpleSect to (start/end)Examples.
Diffstat (limited to 'src/latexgen.h')
-rw-r--r--src/latexgen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/latexgen.h b/src/latexgen.h
index 2820b98..1460000 100644
--- a/src/latexgen.h
+++ b/src/latexgen.h
@@ -235,8 +235,8 @@ class LatexGenerator : public OutputGenerator
const char *,const char *,const char *) {}
void startDescList(SectionTypes) { t << "\\begin{Desc}\n\\item["; }
void endDescList() { t << "\\end{Desc}" << endl; }
- void startSimpleSect(SectionTypes,const char *,const char *,const char *);
- void endSimpleSect(SectionTypes);
+ void startExamples();
+ void endExamples();
void startParamList(ParamListTypes,const char *title);
void endParamList();
void startDescForItem() { t << "\\par" << endl; }