Commit 317c26a6 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #106 from albert-github/feature/obsolete_congfig_items

Items XML_SCHEMA and XML_DTD declared obsolete
parents 5b68436f ba31ee73
......@@ -2725,24 +2725,6 @@ EXTRA_PACKAGES=times
The \c XML_OUTPUT tag is used to specify where the XML pages will be put.
If a relative path is entered the value of \ref cfg_output_directory "OUTPUT_DIRECTORY" will be
put in front of it.
]]>
</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>
......@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment