summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-10-05 18:49:14 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-10-05 18:49:14 (GMT)
commita139a43323607b05f0f749d3c7d8734bb7a47768 (patch)
tree358599c9b5f7120aab981ab203f8581dc71962d0 /doc
parentaaf87cb6d6601d665a06dc4556da4ce10c98e127 (diff)
downloadDoxygen-a139a43323607b05f0f749d3c7d8734bb7a47768.zip
Doxygen-a139a43323607b05f0f749d3c7d8734bb7a47768.tar.gz
Doxygen-a139a43323607b05f0f749d3c7d8734bb7a47768.tar.bz2
Release-1.3.4-20031005
Diffstat (limited to 'doc')
-rw-r--r--doc/commands.doc2
-rw-r--r--doc/config.doc9
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index bd9b543..ffe8158 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -1737,7 +1737,7 @@ class C {};
\endverbatim
\warning The image format for HTML is limited to what your
- browser supports. For \f$\mbox{\LaTeX}\f$ the image format
+ browser supports. For \f$\mbox{\LaTeX}\f$, the image format
must be Encapsulated PostScript (eps).
<br><br>
Doxygen does not check if the image is in the correct format.
diff --git a/doc/config.doc b/doc/config.doc
index db71631..b2a7e9e 100644
--- a/doc/config.doc
+++ b/doc/config.doc
@@ -200,6 +200,7 @@ followed by the descriptions of the tags grouped by category.
\refitem cfg_warnings WARNINGS
\refitem cfg_xml_dtd XML_DTD
\refitem cfg_xml_output XML_OUTPUT
+\refitem cfg_xml_programlising XML_PROGRAMLISTING
\refitem cfg_xml_schema XML_SCHEMA
\endsecreflist
@@ -1232,6 +1233,14 @@ EXTRA_PACKAGES = times
which can be used by a validating XML parser to check the
syntax of the XML files.
+\anchor cfg_xml_programlisting
+<dt>\c XML_PROGRAMLISTING <dd>
+ \addindex XML_PROGRAMLISTING
+ If the \c XML_PROGRAMLISTING tag is set to \c YES Doxygen will
+ dump the program listings (including syntax highlighting
+ and cross-referencing information) to the XML output. Note that
+ enabling this will significantly increase the size of the XML output.
+
</dl>
\section autogen_output AUTOGEN_DEF related options