summaryrefslogtreecommitdiffstats
path: root/src/outputlist.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-09-17 18:25:49 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-09-17 18:25:49 (GMT)
commiteb31c4be6b40007136845029ee462bdbcb342736 (patch)
tree5aba5305b3e7b2fb117c2057d11523840af09720 /src/outputlist.h
parentb91275de37e317332d5c461e4d66a8685e682f80 (diff)
downloadDoxygen-eb31c4be6b40007136845029ee462bdbcb342736.zip
Doxygen-eb31c4be6b40007136845029ee462bdbcb342736.tar.gz
Doxygen-eb31c4be6b40007136845029ee462bdbcb342736.tar.bz2
Release-1.2.1-20000917
Diffstat (limited to 'src/outputlist.h')
-rw-r--r--src/outputlist.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/outputlist.h b/src/outputlist.h
index a0e755e..eb7b03c 100644
--- a/src/outputlist.h
+++ b/src/outputlist.h
@@ -303,8 +303,10 @@ class OutputList
{ forall(&OutputGenerator::startIndent); }
void endIndent()
{ forall(&OutputGenerator::endIndent); }
- void writeSection(const char *lab,const char *title,bool sub)
- { forall(&OutputGenerator::writeSection,lab,title,sub); }
+ void startSection(const char *lab,const char *title,bool sub)
+ { forall(&OutputGenerator::startSection,lab,title,sub); }
+ void endSection(const char *lab,bool sub)
+ { forall(&OutputGenerator::endSection,lab,sub); }
void writeSectionRef(const char *page,const char *lab, const char *title)
{ forall(&OutputGenerator::writeSectionRef,page,lab,title); }
void writeSectionRefItem(const char *page,const char *lab, const char *title)
@@ -406,6 +408,7 @@ class OutputList
#endif
FORALLPROTO2(int,bool);
FORALLPROTO2(const char *,const char *);
+ FORALLPROTO2(const char *,bool);
FORALLPROTO3(const char *,const char *,bool);
FORALLPROTO3(uchar,uchar,uchar);
FORALLPROTO3(const char *,const char *,const char *);