Commit 08d05799dd24d16088498fb0316e43a943e90f84

Ran Benita 2014-09-22T15:27:13

doc: disable tree view It is redundant with the header navigation. Signed-off-by: Ran Benita <ran234@gmail.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
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