diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-04-09 18:46:16 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-04-09 18:46:16 (GMT) |
commit | 0001e1e28b80b870b85b82b9f1cacfdb5cd834eb (patch) | |
tree | fd63e43b2dca7528a3a4ac6ae45bf46fb3fc0ea3 /src/outputlist.h | |
parent | ba6357a253beeff03588578154bbc311bd986a47 (diff) | |
download | Doxygen-0001e1e28b80b870b85b82b9f1cacfdb5cd834eb.zip Doxygen-0001e1e28b80b870b85b82b9f1cacfdb5cd834eb.tar.gz Doxygen-0001e1e28b80b870b85b82b9f1cacfdb5cd834eb.tar.bz2 |
Release 1.1.2
Diffstat (limited to 'src/outputlist.h')
-rw-r--r-- | src/outputlist.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/outputlist.h b/src/outputlist.h index 1dd11b2..191d82b 100644 --- a/src/outputlist.h +++ b/src/outputlist.h @@ -312,8 +312,6 @@ class OutputList { forall(&OutputGenerator::addToIndex,s1,s2); } void writeSynopsis() { forall(&OutputGenerator::writeSynopsis); } - //void generateExternalIndex() - //{ forall(&OutputGenerator::generateExternalIndex); } void startClassDiagram() { forall(&OutputGenerator::startClassDiagram); } void endClassDiagram(ClassDiagram &d,const char *f,const char *n) @@ -366,6 +364,11 @@ class OutputList void lastIndexPage() { forall(&OutputGenerator::lastIndexPage); } + void startParameter(bool first) + { forall(&OutputGenerator::startParameter,first); } + void endParameter(bool last) + { forall(&OutputGenerator::endParameter,last); } + private: void debug(); void clear(); |