mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-28 03:12:26 +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
|
USE_MDFILE_AS_MAINPAGE = doxymain.md
|
||||||
HTML_HEADER = header.html
|
HTML_HEADER = header.html
|
||||||
HTML_COLORSTYLE = LIGHT
|
HTML_COLORSTYLE = LIGHT
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Configuration options related to source browsing
|
# Configuration options related to source browsing
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
SOURCE_BROWSER = YES
|
SOURCE_BROWSER = YES
|
||||||
VERBATIM_HEADERS = YES
|
VERBATIM_HEADERS = YES
|
||||||
CLANG_ASSISTED_PARSING = YES
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Misc
|
# Misc
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Disable LaTEX output since we literally dont care
|
# Disable LaTEX output since we literally dont care
|
||||||
GENERATE_LATEX = FALSE
|
GENERATE_LATEX = FALSE
|
||||||
|
GENERATE_TREEVIEW = YES
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue