summaryrefslogtreecommitdiffstats
path: root/src/outputlist.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-03-11 19:23:58 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-03-11 19:23:58 (GMT)
commitce5e0dcf2d3d55df510b76519ef43642bc331d96 (patch)
treef24fc61bb67f6c2a6757d0317c8493af462e5f9d /src/outputlist.h
parent9a5a2a29679e83614c9080153af3137bd789b07c (diff)
downloadDoxygen-ce5e0dcf2d3d55df510b76519ef43642bc331d96.zip
Doxygen-ce5e0dcf2d3d55df510b76519ef43642bc331d96.tar.gz
Doxygen-ce5e0dcf2d3d55df510b76519ef43642bc331d96.tar.bz2
Release-1.2.6
Diffstat (limited to 'src/outputlist.h')
-rw-r--r--src/outputlist.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/outputlist.h b/src/outputlist.h
index 7ae1973..3a6898d 100644
--- a/src/outputlist.h
+++ b/src/outputlist.h
@@ -134,8 +134,10 @@ class OutputList : public OutputDocInterface
{ forall(&OutputGenerator::startTextLink,file,anchor); }
void endTextLink()
{ forall(&OutputGenerator::endTextLink); }
- void writeHtmlLink(const char *url,const char *text)
- { forall(&OutputGenerator::writeHtmlLink,url,text); }
+ void startHtmlLink(const char *url)
+ { forall(&OutputGenerator::startHtmlLink,url); }
+ void endHtmlLink()
+ { forall(&OutputGenerator::endHtmlLink); }
void writeMailLink(const char *url)
{ forall(&OutputGenerator::writeMailLink,url); }
void writeStartAnnoItem(const char *type,const char *file,
@@ -296,6 +298,8 @@ class OutputList : public OutputDocInterface
{ forall(&OutputGenerator::writeRing,c); }
void writeSharpS()
{ forall(&OutputGenerator::writeSharpS); }
+ void writeCCedil(char c)
+ { forall(&OutputGenerator::writeCCedil,c); }
void startMemberDescription()
{ forall(&OutputGenerator::startMemberDescription); }
void endMemberDescription()