Skip to content

Commit aca38d3

Browse files
committed
Correcting default settings when running HTMLHELP
Due to the fact that HTMLHELP is very old it doesn't understand `jquery.js` properly due to the dynamic menus and sections and will throw an error. We disable these now for HTMLHELP.
1 parent a1edc03 commit aca38d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/configimpl.l

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,6 +1817,8 @@ void Config::checkAndCorrect(bool quiet, const bool check)
18171817
const char *depOption = "GENERATE_HTMLHELP";
18181818
adjustBoolSetting( depOption, "GENERATE_TREEVIEW", false );
18191819
adjustBoolSetting( depOption, "SEARCHENGINE", false );
1820+
adjustBoolSetting( depOption, "HTML_DYNAMIC_MENUS", false );
1821+
adjustBoolSetting( depOption, "HTML_DYNAMIC_SECTIONS",false );
18201822
adjustStringSetting(depOption, "HTML_FILE_EXTENSION", ".html");
18211823
}
18221824

0 commit comments

Comments
 (0)