diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-09-18 17:39:53 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-09-18 17:39:53 (GMT) |
commit | 482b6bd47a106e132ff06bb410e87c8e0da643d2 (patch) | |
tree | e4abb0a58327033c27ca0d3f3c19cb9284f734a7 /src/config.l | |
parent | fbb8c7d1f646fd301d0eb68c892f6035e18dbb11 (diff) | |
download | Doxygen-482b6bd47a106e132ff06bb410e87c8e0da643d2.zip Doxygen-482b6bd47a106e132ff06bb410e87c8e0da643d2.tar.gz Doxygen-482b6bd47a106e132ff06bb410e87c8e0da643d2.tar.bz2 |
Release-1.2.18
Diffstat (limited to 'src/config.l')
-rw-r--r-- | src/config.l | 6 |
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"); //-------------------------------------------------------------------------- |