diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-02-08 18:36:07 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-02-08 18:36:07 (GMT) |
commit | 19119105076ca1b361b11b49df61050879c1e054 (patch) | |
tree | 918babf3afc522698cc5ff63bd28ff5f8897964a /src/outputlist.h | |
parent | ea50604595d368f3b9a63a3dbfe55d984986abb0 (diff) | |
download | Doxygen-19119105076ca1b361b11b49df61050879c1e054.zip Doxygen-19119105076ca1b361b11b49df61050879c1e054.tar.gz Doxygen-19119105076ca1b361b11b49df61050879c1e054.tar.bz2 |
mods for doxygen-1.0.0
Diffstat (limited to 'src/outputlist.h')
-rw-r--r-- | src/outputlist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/outputlist.h b/src/outputlist.h index 837dad1..5c2d834 100644 --- a/src/outputlist.h +++ b/src/outputlist.h @@ -120,6 +120,8 @@ class OutputList { forall(&OutputGenerator::endTextLink); } void writeHtmlLink(const char *url,const char *text) { forall(&OutputGenerator::writeHtmlLink,url,text); } + void writeMailLink(const char *url) + { forall(&OutputGenerator::writeMailLink,url); } void writeStartAnnoItem(const char *type,const char *file, const char *path,const char *name) { forall(&OutputGenerator::writeStartAnnoItem,type,file,path,name); } |