Skip to content

Commit

Permalink
Disable HTML_COPY_CLIPBOARD for generating doxygen htmlhelp documen…
Browse files Browse the repository at this point in the history
…tation

Disable `HTML_COPY_CLIPBOARD` for generating doxygen htmlhelp documentation, otherwise it will give a warning and stop the make process.
  • Loading branch information
albert-github committed Oct 15, 2023
1 parent 35268b0 commit e2576ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/Doxyfile_chm
Expand Up @@ -14,6 +14,7 @@
GENERATE_LATEX = NO
HTML_OUTPUT = chm
HTML_CODE_FOLDING = NO
HTML_COPY_CLIPBOARD = NO
GENERATE_HTMLHELP = YES
GENERATE_TREEVIEW = NO
HTML_DYNAMIC_MENUS = NO
Expand Down

0 comments on commit e2576ac

Please sign in to comment.