diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-02-11 18:24:41 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-02-11 18:24:41 (GMT) |
commit | 863353b89b228b87789e6d6c9257605acd796fff (patch) | |
tree | f98b164f024c28a0d6378b68142ed268239dba97 /src/outputlist.h | |
parent | 1b90a1cf58b6b94d00e28d8212828956e8f9d177 (diff) | |
download | Doxygen-863353b89b228b87789e6d6c9257605acd796fff.zip Doxygen-863353b89b228b87789e6d6c9257605acd796fff.tar.gz Doxygen-863353b89b228b87789e6d6c9257605acd796fff.tar.bz2 |
Release-1.2.5-20010211
Diffstat (limited to 'src/outputlist.h')
-rw-r--r-- | src/outputlist.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/outputlist.h b/src/outputlist.h index 5b1899c..7ae1973 100644 --- a/src/outputlist.h +++ b/src/outputlist.h @@ -302,12 +302,16 @@ class OutputList : public OutputDocInterface { forall(&OutputGenerator::endMemberDescription); } void startDescList() { forall(&OutputGenerator::startDescList); } + void endDescList() + { forall(&OutputGenerator::endDescList); } + void startParamList() + { forall(&OutputGenerator::startParamList); } + void endParamList() + { forall(&OutputGenerator::endParamList); } void endDescTitle() { forall(&OutputGenerator::endDescTitle); } void writeDescItem() { forall(&OutputGenerator::writeDescItem); } - void endDescList() - { forall(&OutputGenerator::endDescList); } void startIndent() { forall(&OutputGenerator::startIndent); } void endIndent() |