summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-09-15 09:40:02 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-09-15 09:40:02 (GMT)
commited1fb80b55bab16443b211ebeb1cd45bb630b08b (patch)
tree9b5606ed13d96aa8e64f744205cda30e21f6e2fb /src/config.h
parentaca45fd514cadc56ac277bd54f49604708ebbb5d (diff)
downloadDoxygen-ed1fb80b55bab16443b211ebeb1cd45bb630b08b.zip
Doxygen-ed1fb80b55bab16443b211ebeb1cd45bb630b08b.tar.gz
Doxygen-ed1fb80b55bab16443b211ebeb1cd45bb630b08b.tar.bz2
Difference between standard and used Doxyfile
Writes a the differences between the current configuration and the template configuration. Useful when communicating e.g. in forums.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index e86e950..98f5a92 100644
--- a/src/config.h
+++ b/src/config.h
@@ -51,6 +51,11 @@ namespace Config
*/
void writeTemplate(FTextStream &t,bool shortList,bool updateOnly=FALSE);
+ /*! Writes a the differences between the current configuration and the
+ * template configuration to stream \a t.
+ */
+ void compareDoxyfile(FTextStream &t);
+
/*! Parses a configuration file with name \a fn.
* \returns TRUE if successful, FALSE if the file could not be
* opened or read.