diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-09-23 17:28:38 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-09-23 17:28:38 (GMT) |
commit | 156b0bb68fc4104792afb27ee4ee466f3efac206 (patch) | |
tree | 66859557d84fe96d692e8d6ee0a72d639a25b283 /src/outputlist.h | |
parent | e4e787013da916e7331797233c1bec05c14b1f76 (diff) | |
download | Doxygen-156b0bb68fc4104792afb27ee4ee466f3efac206.zip Doxygen-156b0bb68fc4104792afb27ee4ee466f3efac206.tar.gz Doxygen-156b0bb68fc4104792afb27ee4ee466f3efac206.tar.bz2 |
Release-1.2.10-20010923
Diffstat (limited to 'src/outputlist.h')
-rw-r--r-- | src/outputlist.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/outputlist.h b/src/outputlist.h index 8583e56..625c7a5 100644 --- a/src/outputlist.h +++ b/src/outputlist.h @@ -105,6 +105,14 @@ class OutputList : public OutputDocInterface { forall(&OutputGenerator::startIndexList); } void endIndexList() { forall(&OutputGenerator::endIndexList); } + void startIndexKey() + { forall(&OutputGenerator::startIndexKey); } + void endIndexKey() + { forall(&OutputGenerator::endIndexKey); } + void startIndexValue() + { forall(&OutputGenerator::startIndexValue); } + void endIndexValue(const char *name) + { forall(&OutputGenerator::endIndexValue,name); } void startItemList() { forall(&OutputGenerator::startItemList); } void endItemList() |