summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-02-04 21:22:42 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-02-04 21:22:42 (GMT)
commit317c26a66f142e8f2322c6b0556dba80d679e6b9 (patch)
tree67e107fb50ef5c2185781e53997bac1a29b7371c /src
parent5b68436fbcc1d45eef63783faae8727e9d806096 (diff)
parentba31ee73aad3bdc6b3854add2db01c302c9cf19c (diff)
downloadDoxygen-317c26a66f142e8f2322c6b0556dba80d679e6b9.zip
Doxygen-317c26a66f142e8f2322c6b0556dba80d679e6b9.tar.gz
Doxygen-317c26a66f142e8f2322c6b0556dba80d679e6b9.tar.bz2
Merge pull request #106 from albert-github/feature/obsolete_congfig_items
Items XML_SCHEMA and XML_DTD declared obsolete
Diffstat (limited to 'src')
-rw-r--r--src/config.xml20
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>