summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-12-16 11:53:16 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2018-12-16 11:53:16 (GMT)
commit43e67dce8c164df469e725deb94db582d9cfc69b (patch)
tree0d3ac5766799a1ded1f8b933c21df0402308b6dc /testing
parentbed8623159191e65997b34dba80a804bfd4ea85b (diff)
parent65813bf307211ad647e0a2174c89ba80b3917139 (diff)
downloadDoxygen-43e67dce8c164df469e725deb94db582d9cfc69b.zip
Doxygen-43e67dce8c164df469e725deb94db582d9cfc69b.tar.gz
Doxygen-43e67dce8c164df469e725deb94db582d9cfc69b.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/dtd/xhtml1-transitional.dtd19
-rw-r--r--testing/sample.pngbin3779 -> 2560 bytes
2 files changed, 19 insertions, 0 deletions
diff --git a/testing/dtd/xhtml1-transitional.dtd b/testing/dtd/xhtml1-transitional.dtd
index 628f27a..4ac1571 100755
--- a/testing/dtd/xhtml1-transitional.dtd
+++ b/testing/dtd/xhtml1-transitional.dtd
@@ -20,6 +20,21 @@
$Date: 2002/08/01 18:37:55 $
-->
+<!--
+ Note:
+ This is an adjusted version of the official document only to be used
+ for validation of doxygen generated documents.
+
+ Adjustments:
+ - in
+ <!ATTLIST script
+ added
+ async (async) #IMPLIED
+ - in
+ <!ATTLIST a
+ added
+ doxygen %URI; #IMPLIED
+-->
<!--================ Character mnemonic entities =========================-->
@@ -363,6 +378,7 @@
>
<!-- script statements, which may include CDATA sections -->
+<!-- added for doxygen: async (async) #IMPLIED -->
<!ELEMENT script (#PCDATA)>
<!ATTLIST script
id ID #IMPLIED
@@ -370,6 +386,7 @@
type %ContentType; #REQUIRED
language CDATA #IMPLIED
src %URI; #IMPLIED
+ async (async) #IMPLIED
defer (defer) #IMPLIED
xml:space (preserve) #FIXED 'preserve'
>
@@ -633,6 +650,7 @@
<!--================== 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
@@ -641,6 +659,7 @@
charset %Charset; #IMPLIED
type %ContentType; #IMPLIED
name NMTOKEN #IMPLIED
+ doxygen %URI; #IMPLIED
href %URI; #IMPLIED
hreflang %LanguageCode; #IMPLIED
rel %LinkTypes; #IMPLIED
diff --git a/testing/sample.png b/testing/sample.png
index 3ff17d8..5c9f51f 100644
--- a/testing/sample.png
+++ b/testing/sample.png
Binary files differ