diff options
author | albert-github <albert.tests@gmail.com> | 2014-02-04 21:09:14 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2014-02-04 21:09:14 (GMT) |
commit | ba31ee73aad3bdc6b3854add2db01c302c9cf19c (patch) | |
tree | 644af4cd42d159215113e6816691c9a9def186cd /src/config.xml | |
parent | 89638fbc9961bd9a1e9cb7bc25e5f739936e8a43 (diff) | |
download | Doxygen-ba31ee73aad3bdc6b3854add2db01c302c9cf19c.zip Doxygen-ba31ee73aad3bdc6b3854add2db01c302c9cf19c.tar.gz Doxygen-ba31ee73aad3bdc6b3854add2db01c302c9cf19c.tar.bz2 |
Items XML_SCHEMA and XML_DTD declared obsolete
The items XML_SCHEMA and XML_DTD are not used and there is no plan for using them, so declared obsolete.
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/src/config.xml b/src/config.xml index f8d4a13..45a36e8 100644 --- a/src/config.xml +++ b/src/config.xml @@ -2728,24 +2728,6 @@ EXTRA_PACKAGES=times ]]> </docs> </option> - <option type='string' id='XML_SCHEMA' format='string' defval='' depends='GENERATE_XML'> - <docs> -<![CDATA[ - The \c XML_SCHEMA tag can be used to specify a XML schema, - which can be used by a validating XML parser to check the - syntax of the XML files. -]]> - </docs> - </option> - <option type='string' id='XML_DTD' format='string' defval='' depends='GENERATE_XML'> - <docs> -<![CDATA[ - The \c XML_DTD tag can be used to specify a XML DTD, - which can be used by a validating XML parser to check the - syntax of the XML files. -]]> - </docs> - </option> <option type='bool' id='XML_PROGRAMLISTING' defval='1' depends='GENERATE_XML'> <docs> <![CDATA[ @@ -3381,5 +3363,7 @@ remove the intermediate dot files that are used to generate the various graphs. <option type='obsolete' id='SHOW_DIRECTORIES'/> <option type='obsolete' id='HTML_ALIGN_MEMBERS'/> <option type='obsolete' id='SYMBOL_CACHE_SIZE'/> + <option type='obsolete' id='XML_SCHEMA'/> + <option type='obsolete' id='XML_DTD'/> </group> </doxygenconfig> |