Skip to content

Commit 592f75a

Browse files
committed
Error building doxygen CHM documentation
Building the doxygen CHM documentation we got the warning: ``` When enabling GENERATE_HTMLHELP the HTML_CODE_FOLDING option should be disabled. I'll adjust it for you. ``` due to the removal of jquery, setting `HTML_CODE_FOLDING=NO`
1 parent a9cfe40 commit 592f75a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/Doxyfile_chm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@
2626
HTML_COLORSTYLE = LIGHT
2727
SEARCHENGINE = NO
2828
HTML_EXTRA_STYLESHEET = doxygen_manual_chm.css
29+
HTML_CODE_FOLDING = NO

0 commit comments

Comments
 (0)