summaryrefslogtreecommitdiffstats
path: root/src/outputlist.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-08-12 16:26:14 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-08-12 16:26:14 (GMT)
commitb5cbb79d114ed13945bc882ac8eef1c2be967bbf (patch)
tree4c0dd6f4a7ff503dd3cacaa8e6156c9975645e66 /src/outputlist.h
parent490b7178adcf627892b0686b80016422e64dcfa3 (diff)
downloadDoxygen-b5cbb79d114ed13945bc882ac8eef1c2be967bbf.zip
Doxygen-b5cbb79d114ed13945bc882ac8eef1c2be967bbf.tar.gz
Doxygen-b5cbb79d114ed13945bc882ac8eef1c2be967bbf.tar.bz2
Release-1.2.9-20010812
Diffstat (limited to 'src/outputlist.h')
-rw-r--r--src/outputlist.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/outputlist.h b/src/outputlist.h
index 065144a..b96fc80 100644
--- a/src/outputlist.h
+++ b/src/outputlist.h
@@ -310,8 +310,8 @@ class OutputList : public OutputDocInterface
{ forall(&OutputGenerator::startDescList); }
void endDescList()
{ forall(&OutputGenerator::endDescList); }
- void startParamList()
- { forall(&OutputGenerator::startParamList); }
+ void startParamList(ParamListTypes t)
+ { forall(&OutputGenerator::startParamList,t); }
void endParamList()
{ forall(&OutputGenerator::endParamList); }
void endDescTitle()
@@ -455,6 +455,7 @@ class OutputList : public OutputDocInterface
FORALLPROTO1(DotClassGraph &);
FORALLPROTO1(DotInclDepGraph &);
FORALLPROTO1(DotGfxHierarchyTable &);
+ FORALLPROTO1(ParamListTypes);
#if defined(HAS_BOOL_TYPE) || defined(Q_HAS_BOOL_TYPE)
FORALLPROTO1(bool);
FORALLPROTO2(bool,int);