summaryrefslogtreecommitdiffstats
path: root/src/memberdef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-11-09 21:17:04 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-11-09 21:17:04 (GMT)
commit188f7573ef12588a405ee8eed8289dce1a6eed08 (patch)
tree1fb5abcbf32aeccbd67ec595f3d19833380001c6 /src/memberdef.cpp
parent32557464b53467b2819e3fb820a7bbc459eb3e30 (diff)
downloadDoxygen-188f7573ef12588a405ee8eed8289dce1a6eed08.zip
Doxygen-188f7573ef12588a405ee8eed8289dce1a6eed08.tar.gz
Doxygen-188f7573ef12588a405ee8eed8289dce1a6eed08.tar.bz2
Release-1.4.5-20051109
Diffstat (limited to 'src/memberdef.cpp')
-rw-r--r--src/memberdef.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/memberdef.cpp b/src/memberdef.cpp
index 15a95f5..9651e33 100644
--- a/src/memberdef.cpp
+++ b/src/memberdef.cpp
@@ -2039,7 +2039,10 @@ void MemberDef::setAnchor(const char *a)
a=a;
QCString memAnchor = name();
if (!args.isEmpty()) memAnchor+=args;
- //anc = escapeAnchor(memAnchor);
+
+ // include definition as well, to distinguish between two template
+ // specializations that only differ in the template parameters.
+ memAnchor.prepend(definition());
// convert to md5 hash
uchar md5_sig[16];