summaryrefslogtreecommitdiffstats
path: root/src/outputlist.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2011-07-27 19:00:12 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2011-07-27 19:00:12 (GMT)
commit64f0c97c3adaa28edf6f1da3264621a18c1d1adb (patch)
treee4c6389f90f951bbd01b45ad4377b0b475dd246f /src/outputlist.h
parentb655037884e82e257794004d4e88d3a9ed29d5c3 (diff)
downloadDoxygen-64f0c97c3adaa28edf6f1da3264621a18c1d1adb.zip
Doxygen-64f0c97c3adaa28edf6f1da3264621a18c1d1adb.tar.gz
Doxygen-64f0c97c3adaa28edf6f1da3264621a18c1d1adb.tar.bz2
Release-1.7.4-20110727
Diffstat (limited to 'src/outputlist.h')
-rw-r--r--src/outputlist.h22
1 files changed, 18 insertions, 4 deletions
diff --git a/src/outputlist.h b/src/outputlist.h
index 403adbc..298f57e 100644
--- a/src/outputlist.h
+++ b/src/outputlist.h
@@ -191,10 +191,6 @@ class OutputList : public OutputDocInterface
{ forall(&OutputGenerator::startMemberList); }
void endMemberList()
{ forall(&OutputGenerator::endMemberList); }
- void startInlineDescription()
- { forall(&OutputGenerator::startInlineDescription); }
- void endInlineDescription()
- { forall(&OutputGenerator::endInlineDescription); }
void startInlineHeader()
{ forall(&OutputGenerator::startInlineHeader); }
void endInlineHeader()
@@ -425,6 +421,24 @@ class OutputList : public OutputDocInterface
{ forall(&OutputGenerator::endConstraintDocs); }
void endConstraintList()
{ forall(&OutputGenerator::endConstraintList); }
+
+ void startMemberDocSimple()
+ { forall(&OutputGenerator::startMemberDocSimple); }
+ void endMemberDocSimple()
+ { forall(&OutputGenerator::endMemberDocSimple); }
+ void startInlineMemberType()
+ { forall(&OutputGenerator::startInlineMemberType); }
+ void endInlineMemberType()
+ { forall(&OutputGenerator::endInlineMemberType); }
+ void startInlineMemberName()
+ { forall(&OutputGenerator::startInlineMemberName); }
+ void endInlineMemberName()
+ { forall(&OutputGenerator::endInlineMemberName); }
+ void startInlineMemberDoc()
+ { forall(&OutputGenerator::startInlineMemberDoc); }
+ void endInlineMemberDoc()
+ { forall(&OutputGenerator::endInlineMemberDoc); }
+
void startFontClass(const char *c)
{ forall(&OutputGenerator::startFontClass,c); }
void endFontClass()