From 510d9fc5a56ba850fcd75299c53d33bde8e9ba92 Mon Sep 17 00:00:00 2001
From: Andrew Heather <>
Date: Mon, 24 Jun 2024 09:58:17 +0100
Subject: [PATCH] DOC: doxygen - activate treeview

---
 doc/Doxygen/Doxyfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/Doxygen/Doxyfile b/doc/Doxygen/Doxyfile
index ee97f543f50..8c49c32b267 100644
--- a/doc/Doxygen/Doxyfile
+++ b/doc/Doxygen/Doxyfile
@@ -801,6 +801,7 @@ INPUT_ENCODING         = UTF-8
 
 FILE_PATTERNS          = *.H \
                          *.C \
+                         *.cpp \
                          *.dox
 
 # The RECURSIVE tag can be used to specify whether or not subdirectories should
@@ -1396,7 +1397,7 @@ DISABLE_INDEX          = NO
 # The default value is: NO.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-GENERATE_TREEVIEW      = NO
+GENERATE_TREEVIEW      = YES
 
 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
 # doxygen will group on one line in the generated HTML documentation.
-- 
GitLab