diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-04-21 17:27:45 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-04-21 17:27:45 (GMT) |
commit | ff31b2f109848ea3e08fb17d5821beb7af879193 (patch) | |
tree | 4859bfed167f695f5ce9e9c0f2f6f02313de2ed3 /src/outputlist.h | |
parent | bc629c9003d59b736cc996a05b95bac8ab50123a (diff) | |
download | Doxygen-ff31b2f109848ea3e08fb17d5821beb7af879193.zip Doxygen-ff31b2f109848ea3e08fb17d5821beb7af879193.tar.gz Doxygen-ff31b2f109848ea3e08fb17d5821beb7af879193.tar.bz2 |
Release-1.2.15-20020421
Diffstat (limited to 'src/outputlist.h')
-rw-r--r-- | src/outputlist.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/outputlist.h b/src/outputlist.h index 79e511b..3a6b71a 100644 --- a/src/outputlist.h +++ b/src/outputlist.h @@ -210,6 +210,10 @@ class OutputList : public OutputDocInterface { forall(&OutputGenerator::startPreFragment); } void endPreFragment() { forall(&OutputGenerator::endPreFragment); } + void startVerbatimFragment() + { forall(&OutputGenerator::startVerbatimFragment); } + void endVerbatimFragment() + { forall(&OutputGenerator::endVerbatimFragment); } void startCodeLine() { forall(&OutputGenerator::startCodeLine); } void endCodeLine() |