diff --git a/Doxyfile b/Doxyfile index a2ff2aa..d7db337 100644 --- a/Doxyfile +++ b/Doxyfile @@ -61,7 +61,7 @@ INCLUDE_PATH = include # Doxygen Awesome theme GENERATE_TREEVIEW = YES -DISABLE_INDEX = NO +DISABLE_INDEX = YES FULL_SIDEBAR = NO HTML_COLORSTYLE = DARK HTML_EXTRA_STYLESHEET = \ diff --git a/README.md b/README.md index 7399b32..267ccde 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ include(FetchContent) FetchContent_Declare( tstd GIT_REPOSITORY https://github.com/Tilo-K/tstd.git - GIT_TAG main + GIT_TAG master ) FetchContent_MakeAvailable(tstd)