summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index 4a203b1..c3921af 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -1401,17 +1401,10 @@ void HtmlGenerator::writeStyleInfo(int part)
}
void HtmlGenerator::startDoxyAnchor(const char *,const char *,
- const char *anchor, const char *name,
- const char *args)
+ const char *anchor, const char *,
+ const char *)
{
t << "<a class=\"anchor\" id=\"" << anchor << "\"></a>";
- t << "<!-- doxytag: member=\"";
- docify(name,TRUE);
- t << "\" ref=\"";
- docify(anchor,TRUE);
- t << "\" args=\"";
- docify(args,TRUE);
- t << "\" -->";
}
void HtmlGenerator::endDoxyAnchor(const char *,const char *)