summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-02-22 12:40:09 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-02-22 12:40:09 (GMT)
commit351d64c35502c64ff446458e8ad6892b3f22ead4 (patch)
tree0876cc45871e0865e570f8dd6a6773e6a2c4900d /src/config.h
parentd562d7a4bf3cec36858bdc8b01245da042024817 (diff)
downloadDoxygen-351d64c35502c64ff446458e8ad6892b3f22ead4.zip
Doxygen-351d64c35502c64ff446458e8ad6892b3f22ead4.tar.gz
Doxygen-351d64c35502c64ff446458e8ad6892b3f22ead4.tar.bz2
Remove some doxygen warnings in internal documentation
Generating the doxygen internal documentation gave some warning messages, these have been corrected.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 102774e..1b79b1e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -65,6 +65,8 @@ namespace Config
/*! Post processed the parsed data. Replaces raw string values by the actual values.
* and replaces environment variables.
* \param clearHeaderAndFooter set to TRUE when writing header and footer templates.
+ * \param compare signals if we in Doxyfile compare (`-x`) mode are or not. Influences
+ * setting of the default value.
*/
void postProcess(bool clearHeaderAndFooter, bool compare = FALSE);