doc: disable tree view It is redundant with the header navigation. Signed-off-by: Ran Benita <ran234@gmail.com>
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 12e50dc..606df85 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1151,7 +1151,7 @@ DISABLE_INDEX = NO
# Since the tree basically has the same information as the tab index you
# could consider to set DISABLE_INDEX to NO when enabling this option.
-GENERATE_TREEVIEW = YES
+GENERATE_TREEVIEW = NO
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
# (range [0,1..20]) that doxygen will group on one line in the generated HTML