summaryrefslogtreecommitdiffstats
path: root/src/outputlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/outputlist.h')
-rw-r--r--src/outputlist.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/outputlist.h b/src/outputlist.h
index 659864f..fd5b5d7 100644
--- a/src/outputlist.h
+++ b/src/outputlist.h
@@ -171,8 +171,12 @@ class OutputList : public OutputDocInterface
{ forall(&OutputGenerator::startMemberSections); }
void endMemberSections()
{ forall(&OutputGenerator::endMemberSections); }
- void startMemberHeader()
- { forall(&OutputGenerator::startMemberHeader); }
+ void startHeaderSection()
+ { forall(&OutputGenerator::startHeaderSection); }
+ void endHeaderSection()
+ { forall(&OutputGenerator::endHeaderSection); }
+ void startMemberHeader(const char *anchor)
+ { forall(&OutputGenerator::startMemberHeader,anchor); }
void endMemberHeader()
{ forall(&OutputGenerator::endMemberHeader); }
void startMemberSubtitle()