summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-02-05 12:45:42 (GMT)
committeralbert-github <albert.tests@gmail.com>2014-02-05 12:45:42 (GMT)
commitcfd8c2415e7d0744a00bf1990f26aab538940f20 (patch)
treeb346cfeaa18fe906fdb0635fe9468a3a982bc7cd /src/config.h
parent317c26a66f142e8f2322c6b0556dba80d679e6b9 (diff)
downloadDoxygen-cfd8c2415e7d0744a00bf1990f26aab538940f20.zip
Doxygen-cfd8c2415e7d0744a00bf1990f26aab538940f20.tar.gz
Doxygen-cfd8c2415e7d0744a00bf1990f26aab538940f20.tar.bz2
Better message in case doxygen -u is used
In case of obsolete or not configured entries in the Doxyfile and the option -u is used a message like: Warning: Tag `XML_DTD' at line 1821 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" appears, but the item is removed from the Doxyfile. This patch updates the message (and improves layout) to: Warning: Tag `XML_DTD' at line 1821 of file `Doxyfile' has become obsolete. This tag has been removed.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 3dcf8de..bb5d733 100644
--- a/src/config.h
+++ b/src/config.h
@@ -493,13 +493,14 @@ class Config
* \returns TRUE if successful, or FALSE if the string could not be
* parsed.
*/
- bool parseString(const char *fn,const char *str);
+ //bool parseString(const char *fn,const char *str);
+ bool parseString(const char *fn,const char *str,bool upd = FALSE);
/*! Parse a configuration file with name \a fn.
* \returns TRUE if successful, FALSE if the file could not be
* opened or read.
*/
- bool parse(const char *fn);
+ bool parse(const char *fn,bool upd = FALSE);
/*! Called from the constructor, will add doxygen's default options
* to the configuration object