summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-02-16 12:53:20 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-02-16 12:53:20 (GMT)
commit154521185297b3a72b47636edcc2a60fc2c579dd (patch)
tree4ae2905bee4241df529e2b1e87d14de6fbec8000 /src/util.cpp
parent9d39ec6cec4d830834f3230adb5def7b03c0c492 (diff)
downloadDoxygen-154521185297b3a72b47636edcc2a60fc2c579dd.zip
Doxygen-154521185297b3a72b47636edcc2a60fc2c579dd.tar.gz
Doxygen-154521185297b3a72b47636edcc2a60fc2c579dd.tar.bz2
Adjustment of xhtml1-transitional.dtd
After small discussion conclusion was better to remove the obsolete `doxygen=`
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 53b176d..b99753e 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -8220,10 +8220,6 @@ QCString externalRef(const QCString &relPath,const QCString &ref,bool href)
result.prepend(relPath);
l+=relPath.length();
}
- if (!href){
- result.prepend("doxygen=\""+ref+":");
- l+=10+ref.length();
- }
if (l>0 && result.at(l-1)!='/') result+='/';
if (!href) result.append("\" ");
}