summaryrefslogtreecommitdiffstats
path: root/src/outputlist.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-04-08 14:16:03 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-04-08 14:16:03 (GMT)
commit17ee30b327bf4f07f2411a50a46f5467456beacf (patch)
treeffd092e761289b417363c0562ceb9b93b88f19a4 /src/outputlist.h
parent0039b4f79ad7e628dcab61e1d82f26fb8fa11cfe (diff)
downloadDoxygen-17ee30b327bf4f07f2411a50a46f5467456beacf.zip
Doxygen-17ee30b327bf4f07f2411a50a46f5467456beacf.tar.gz
Doxygen-17ee30b327bf4f07f2411a50a46f5467456beacf.tar.bz2
Release-1.8.0-20120408
Diffstat (limited to 'src/outputlist.h')
-rw-r--r--src/outputlist.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/outputlist.h b/src/outputlist.h
index 1b5b8ec..ad73220 100644
--- a/src/outputlist.h
+++ b/src/outputlist.h
@@ -441,6 +441,13 @@ class OutputList : public OutputDocInterface
void endInlineMemberDoc()
{ forall(&OutputGenerator::endInlineMemberDoc); }
+ void startLabels()
+ { forall(&OutputGenerator::startLabels); }
+ void writeLabel(const char *l,bool isLast)
+ { forall(&OutputGenerator::writeLabel,l,isLast); }
+ void endLabels()
+ { forall(&OutputGenerator::endLabels); }
+
void startFontClass(const char *c)
{ forall(&OutputGenerator::startFontClass,c); }
void endFontClass()