diff options
author | albert-github <albert.tests@gmail.com> | 2020-06-03 12:55:52 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-06-03 12:55:52 (GMT) |
commit | 88e70b5242b2446f33ab700e6d10e7f25ae2c349 (patch) | |
tree | e4c1bc4d115db7e8fd8404c77e83a595fe9c19e2 /testing/013 | |
parent | fd1111503cd3e403db3784d03530e6ec3ac37032 (diff) | |
download | Doxygen-88e70b5242b2446f33ab700e6d10e7f25ae2c349.zip Doxygen-88e70b5242b2446f33ab700e6d10e7f25ae2c349.tar.gz Doxygen-88e70b5242b2446f33ab700e6d10e7f25ae2c349.tar.bz2 |
Adding the xml:lang tag to XML and Docbook output
Adding the xml:lang attribute for XNL and Docbook output
Interesting links:
- language codes (different from country codes!): https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
- example for xml.xsd: http://www.java2s.com/Code/XML/XML-Schema/importanotherXMLschema.htm
Diffstat (limited to 'testing/013')
-rw-r--r-- | testing/013/class_t1.xml | 2 | ||||
-rw-r--r-- | testing/013/class_t2.xml | 2 | ||||
-rw-r--r-- | testing/013/class_t3.xml | 2 | ||||
-rw-r--r-- | testing/013/class_t4.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/testing/013/class_t1.xml b/testing/013/class_t1.xml index 72fe36a..9d921a0 100644 --- a/testing/013/class_t1.xml +++ b/testing/013/class_t1.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version=""> +<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="" xml:lang="en-US"> <compounddef id="class_t1" kind="class" language="C++" prot="public"> <compoundname>T1</compoundname> <includes refid="013__class_8h" local="yes">inc/013_class.h</includes> diff --git a/testing/013/class_t2.xml b/testing/013/class_t2.xml index 3679110..ee8c2f1 100644 --- a/testing/013/class_t2.xml +++ b/testing/013/class_t2.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version=""> +<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="" xml:lang="en-US"> <compounddef id="class_t2" kind="class" language="C++" prot="public"> <compoundname>T2</compoundname> <includes refid="013__class_8h" local="no">013_class.h</includes> diff --git a/testing/013/class_t3.xml b/testing/013/class_t3.xml index 21f3b86..0b64499 100644 --- a/testing/013/class_t3.xml +++ b/testing/013/class_t3.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version=""> +<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="" xml:lang="en-US"> <compounddef id="class_t3" kind="class" language="C++" prot="public"> <compoundname>T3</compoundname> <includes refid="013__class_8h" local="no">013_class.h</includes> diff --git a/testing/013/class_t4.xml b/testing/013/class_t4.xml index 3a1013e..bb0aec0 100644 --- a/testing/013/class_t4.xml +++ b/testing/013/class_t4.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version=""> +<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="" xml:lang="en-US"> <compounddef id="class_t4" kind="class" language="C++" prot="public"> <compoundname>T4</compoundname> <includes refid="013__class_8h" local="yes">inc/013_class.h</includes> |