diff options
author | ppescher <p.messina@robotechsrl.com> | 2015-03-27 12:00:00 (GMT) |
---|---|---|
committer | ppescher <p.messina@robotechsrl.com> | 2015-03-27 12:00:00 (GMT) |
commit | 4438e24b478de1fd97ccc81a3a9f7651124e1c63 (patch) | |
tree | 835dd3fdfefcd73250f37e534c04098e5cd84c00 /src/doxygen.cpp | |
parent | 700a9ac3c177fdef25b9b00ed6bb5e0ea963d236 (diff) | |
download | Doxygen-4438e24b478de1fd97ccc81a3a9f7651124e1c63.zip Doxygen-4438e24b478de1fd97ccc81a3a9f7651124e1c63.tar.gz Doxygen-4438e24b478de1fd97ccc81a3a9f7651124e1c63.tar.bz2 |
added HHC.exe own output to the debug output when extcmd flag enabled
this may help debugging the source of the error
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r-- | src/doxygen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp index 17ec15d..09e92a4 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -11672,7 +11672,7 @@ void generateOutput() QString oldDir = QDir::currentDirPath(); QDir::setCurrent(Config_getString("HTML_OUTPUT")); portable_sysTimerStart(); - if (portable_system(Config_getString("HHC_LOCATION"), "index.hhp", FALSE)) + if (portable_system(Config_getString("HHC_LOCATION"), "index.hhp", Debug::isFlagSet(Debug::ExtCmd))) { err("failed to run html help compiler on index.hhp\n"); } |