summaryrefslogtreecommitdiffstats
path: root/src/config.l
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 /src/config.l
parentaaf87cb6d6601d665a06dc4556da4ce10c98e127 (diff)
downloadDoxygen-a139a43323607b05f0f749d3c7d8734bb7a47768.zip
Doxygen-a139a43323607b05f0f749d3c7d8734bb7a47768.tar.gz
Doxygen-a139a43323607b05f0f749d3c7d8734bb7a47768.tar.bz2
Release-1.3.4-20031005
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.l b/src/config.l
index 9283238..8df7493 100644
--- a/src/config.l
+++ b/src/config.l
@@ -2276,6 +2276,16 @@ void Config::create()
"syntax of the XML files. \n"
);
cs->addDependency("GENERATE_XML");
+ cb = addBool(
+ "XML_PROGRAMLISTING",
+ "If the XML_PROGRAMLISTING tag is set to YES Doxygen will \n"
+ "dump the program listings (including syntax highlighting \n"
+ "and cross-referencing information) to the XML output. Note that \n"
+ "enabling this will significantly increase the size of the XML output. \n",
+ TRUE
+ );
+ cb->addDependency("GENERATE_XML");
+
//--------------------------------------------------------------------------
addInfo( "DEF","configuration options for the AutoGen Definitions output");
//--------------------------------------------------------------------------