diff options
author | Ran Benita <ran234@gmail.com> | 2014-09-22 15:27:13 +0300 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2014-09-22 15:27:13 +0300 |
commit | 08d05799dd24d16088498fb0316e43a943e90f84 (patch) | |
tree | ecc1d53a97ff03bf49ffb117104a3530a6ed6b7a /doc | |
parent | 0b448548a8d09ff8b8326ebeb6b76e9c9c35e4f9 (diff) | |
download | libxkbcommon-08d05799dd24d16088498fb0316e43a943e90f84.tar.gz libxkbcommon-08d05799dd24d16088498fb0316e43a943e90f84.tar.bz2 libxkbcommon-08d05799dd24d16088498fb0316e43a943e90f84.zip |
doc: disable tree view
It is redundant with the header navigation.
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |