summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-10-08 10:01:05 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-10-08 10:01:05 (GMT)
commit887db516c1b0163139db971c5aa720804cc23f37 (patch)
tree59e7a16c2da4f74c7e167b7d34da1d64d9dac822 /src/config.h
parent36eefaf9a5faeb828c0d99bffb731747a59f17fe (diff)
downloadDoxygen-887db516c1b0163139db971c5aa720804cc23f37.zip
Doxygen-887db516c1b0163139db971c5aa720804cc23f37.tar.gz
Doxygen-887db516c1b0163139db971c5aa720804cc23f37.tar.bz2
Bug 751700 - Main page absent in TOC of CHM, if PROJECT_NAME is empty
In case a string is empty the default should be taken and not left blank.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 98f5a92..102774e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -66,7 +66,7 @@ namespace Config
* and replaces environment variables.
* \param clearHeaderAndFooter set to TRUE when writing header and footer templates.
*/
- void postProcess(bool clearHeaderAndFooter);
+ void postProcess(bool clearHeaderAndFooter, bool compare = FALSE);
/*! Check the validity of the parsed options and correct or warn the user where needed. */
void checkAndCorrect();