summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-09-18 17:39:53 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-09-18 17:39:53 (GMT)
commit047ff890c6a53d02ffc96712f8e6dac03fdf3e04 (patch)
treee4abb0a58327033c27ca0d3f3c19cb9284f734a7 /src/config.l
parentd05ad6292c701a8d10a3cc2d855b8e7e8e29397a (diff)
downloadDoxygen-047ff890c6a53d02ffc96712f8e6dac03fdf3e04.zip
Doxygen-047ff890c6a53d02ffc96712f8e6dac03fdf3e04.tar.gz
Doxygen-047ff890c6a53d02ffc96712f8e6dac03fdf3e04.tar.bz2
Release-1.2.18
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/config.l b/src/config.l
index 088c126..daf461d 100644
--- a/src/config.l
+++ b/src/config.l
@@ -2166,16 +2166,18 @@ void Config::create()
);
cs = addString(
"XML_SCHEMA",
- "The XML_SCHEMA file can be used to specify an XML schema, \n"
+ "The XML_SCHEMA tag can be used to specify an XML schema, \n"
"which can be used by a validating XML parser to check the \n"
"syntax of the XML files. \n"
);
+ cs->addDependency("GENERATE_XML");
cs = addString(
"XML_DTD",
- "The XML_DTD file can be used to specify an XML DTD, \n"
+ "The XML_DTD tag can be used to specify an XML DTD, \n"
"which can be used by a validating XML parser to check the \n"
"syntax of the XML files. \n"
);
+ cs->addDependency("GENERATE_XML");
//--------------------------------------------------------------------------
addInfo( "DEF","configuration options for the AutoGen Definitions output");
//--------------------------------------------------------------------------