Skip to content

Commit e2576ac

Browse files
committed
Disable HTML_COPY_CLIPBOARD for generating doxygen htmlhelp documentation
Disable `HTML_COPY_CLIPBOARD` for generating doxygen htmlhelp documentation, otherwise it will give a warning and stop the make process.
1 parent 35268b0 commit e2576ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Doxyfile_chm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
GENERATE_LATEX = NO
1515
HTML_OUTPUT = chm
1616
HTML_CODE_FOLDING = NO
17+
HTML_COPY_CLIPBOARD = NO
1718
GENERATE_HTMLHELP = YES
1819
GENERATE_TREEVIEW = NO
1920
HTML_DYNAMIC_MENUS = NO

0 commit comments

Comments
 (0)