diff options
author | albert-github <albert.tests@gmail.com> | 2019-02-16 12:53:20 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-02-16 12:53:20 (GMT) |
commit | 154521185297b3a72b47636edcc2a60fc2c579dd (patch) | |
tree | 4ae2905bee4241df529e2b1e87d14de6fbec8000 /testing | |
parent | 9d39ec6cec4d830834f3230adb5def7b03c0c492 (diff) | |
download | Doxygen-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 'testing')
-rwxr-xr-x | testing/dtd/xhtml1-transitional.dtd | 12 |
1 files changed, 0 insertions, 12 deletions
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 |