From 90ed32c63d0a9b3e4ae0d64cf0d8d2be7fd282bf Mon Sep 17 00:00:00 2001 From: Liriosha <57261793+Liriosha@users.noreply.github.com> Date: Sun, 15 Mar 2026 00:07:49 -0400 Subject: [PATCH] Add GENERATE_TREEVIEW for the side panel Remove cmake Cmake assisted parsing appears to make the time to build docs absolutely abysmal --- docs/Doxyfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 87614bbe4..a94247588 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -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