From 42ec95ff929a5131f74a9aceabc163899888ec67 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 21 Sep 2020 14:49:48 +0200 Subject: [PATCH] Add all Markdown headers to the table of contents This actually shows a ToC for the just added high DPI overview, which wasn't created before because the headers didn't have any anchors. --- docs/doxygen/Doxyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index 36bbbf3132..030a80bc3c 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -384,6 +384,7 @@ GENERATE_CHI = NO CHM_INDEX_ENCODING = BINARY_TOC = NO TOC_EXPAND = NO +TOC_INCLUDE_HEADINGS = 3 #---------------------------------------------------------------------------