diff options
Diffstat (limited to 'src/htmlgen.h')
-rw-r--r-- | src/htmlgen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/htmlgen.h b/src/htmlgen.h index e6e99c9..f2f2364 100644 --- a/src/htmlgen.h +++ b/src/htmlgen.h @@ -136,7 +136,8 @@ class HtmlGenerator : public OutputGenerator void startMemberDoc(const char *,const char *,const char *,const char *); void endMemberDoc(bool); void startDoxyAnchor(const char *fName,const char *manName, - const char *anchor,const char *name); + const char *anchor,const char *name, + const char *args); void endDoxyAnchor(const char *fName,const char *anchor); void startCodeAnchor(const char *label) { t << "<a name=\"" << label << "\"></a>"; } void endCodeAnchor() { } |