diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-09-15 19:55:15 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-09-15 19:55:15 (GMT) |
commit | 8d986f5d3a2a40e40d2c9f584f921ed4cc4dd105 (patch) | |
tree | 80bc5b8e1fe89bbf6bd2fbbf2c640eb73313f626 /doc/config.doc | |
parent | 0503d26ad7375502459a05a3bb6ff67f1223a77f (diff) | |
download | Doxygen-8d986f5d3a2a40e40d2c9f584f921ed4cc4dd105.zip Doxygen-8d986f5d3a2a40e40d2c9f584f921ed4cc4dd105.tar.gz Doxygen-8d986f5d3a2a40e40d2c9f584f921ed4cc4dd105.tar.bz2 |
Release-1.2.17-20020915
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/config.doc b/doc/config.doc index 3f38ee0..974f7f4 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -113,6 +113,7 @@ followed by the descriptions of the tags grouped by category. \refitem cfg_generate_testlist GENERATE_TESTLIST \refitem cfg_generate_todolist GENERATE_TODOLIST \refitem cfg_generate_treeview GENERATE_TREEVIEW +\refitem cfg_generate_xml GENERATE_XML \refitem cfg_graphical_hierarchy GRAPHICAL_HIERARCHY \refitem cfg_have_dot HAVE_DOT \refitem cfg_hhc_location HHC_LOCATION @@ -190,6 +191,8 @@ followed by the descriptions of the tags grouped by category. \refitem cfg_warn_if_undocumented WARN_IF_UNDOCUMENTED \refitem cfg_warn_logfile WARN_LOGFILE \refitem cfg_warnings WARNINGS +\refitem cfg_xml_dtd XML_DTD +\refitem cfg_xml_schema XML_SCHEMA \endsecreflist \section config_general General options @@ -1132,6 +1135,32 @@ EXTRA_PACKAGES = times </dl> +\section xml_output XML related options +\anchor cfg_generate_xml +<dl> + +<dt>\c GENERATE_XML <dd> + \addindex GENERATE_XML + If the GENERATE_XML tag is set to YES Doxygen will + generate an XML file that captures the structure of + the code including all documentation. + +\anchor cfg_xml_schema +<dt>\c XML_SCHEMA <dd> + \addindex XML_SCHEMA + The XML_SCHEMA file can be used to specify an XML schema, + which can be used by a validating XML parser to check the + syntax of the XML files. + +\anchor cfg_xml_dtd +<dt>\c XML_DTD <dd> + \addindex XML_DTD + The XML_DTD file can be used to specify an XML DTD, + which can be used by a validating XML parser to check the + syntax of the XML files. + +</dl> + \section config_prepro Preprocessor related options \anchor cfg_enable_preprocessing <dl> |