mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 22:13:37 +00:00
Add GENERATE_TREEVIEW for the side panel
Remove cmake Cmake assisted parsing appears to make the time to build docs absolutely abysmal
This commit is contained in:
parent
8928d286ba
commit
90ed32c63d
|
|
@ -43,16 +43,15 @@ HTML_EXTRA_FILES = \
|
|||
USE_MDFILE_AS_MAINPAGE = doxymain.md
|
||||
HTML_HEADER = header.html
|
||||
HTML_COLORSTYLE = LIGHT
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to source browsing
|
||||
#---------------------------------------------------------------------------
|
||||
SOURCE_BROWSER = YES
|
||||
VERBATIM_HEADERS = YES
|
||||
CLANG_ASSISTED_PARSING = YES
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Misc
|
||||
#---------------------------------------------------------------------------
|
||||
# Disable LaTEX output since we literally dont care
|
||||
GENERATE_LATEX = FALSE
|
||||
GENERATE_TREEVIEW = YES
|
||||
|
|
|
|||
Loading…
Reference in a new issue