summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/util.cpp4
-rwxr-xr-xtesting/dtd/xhtml1-transitional.dtd12
2 files changed, 0 insertions, 16 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("\" ");
}
diff --git a/testing/dtd/xhtml1-transitional.dtd b/testing/dtd/xhtml1-transitional.dtd
index 6d63e50..764c41a 100755
--- a/testing/dtd/xhtml1-transitional.dtd
+++ b/testing/dtd/xhtml1-transitional.dtd
@@ -30,14 +30,6 @@
<!ATTLIST script
added
async (async) #IMPLIED
- - in
- <!ATTLIST a
- added
- doxygen %URI; #IMPLIED
- - in
- <!ATTLIST area
- added
- doxygen %URI; #IMPLIED
-->
<!--================ Character mnemonic entities =========================-->
@@ -654,7 +646,6 @@
<!--================== The Anchor Element ================================-->
<!-- content is %Inline; except that anchors shouldn't be nested -->
-<!-- added for doxygen: doxygen %URI; #IMPLIED -->
<!ELEMENT a %a.content;>
<!ATTLIST a
@@ -663,7 +654,6 @@
charset %Charset; #IMPLIED
type %ContentType; #IMPLIED
name NMTOKEN #IMPLIED
- doxygen %URI; #IMPLIED
href %URI; #IMPLIED
hreflang %LanguageCode; #IMPLIED
rel %LinkTypes; #IMPLIED
@@ -889,14 +879,12 @@
name CDATA #IMPLIED
>
-<!-- added for doxygen: doxygen %URI; #IMPLIED -->
<!ELEMENT area EMPTY>
<!ATTLIST area
%attrs;
%focus;
shape %Shape; "rect"
coords %Coords; #IMPLIED
- doxygen %URI; #IMPLIED
href %URI; #IMPLIED
nohref (nohref) #IMPLIED
alt %Text; #REQUIRED