summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-10-05 18:49:14 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-10-05 18:49:14 (GMT)
commit089a5c16df9e08b8f38be4578c2e7cb5799fa9b2 (patch)
tree358599c9b5f7120aab981ab203f8581dc71962d0 /src/config.l
parentf62ec1169d8f82ba7c44230f7666458244a96495 (diff)
downloadDoxygen-089a5c16df9e08b8f38be4578c2e7cb5799fa9b2.zip
Doxygen-089a5c16df9e08b8f38be4578c2e7cb5799fa9b2.tar.gz
Doxygen-089a5c16df9e08b8f38be4578c2e7cb5799fa9b2.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");
//--------------------------------------------------------------------------