summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-10-19 01:30:50 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2016-10-19 01:30:50 +0200
commitc82da18eb15d0b452be53cf28756c236ba5641da (patch)
tree8c3ebd21a4528ac864edceee25cc3ae246bb12de /Doxyfile
parenta6d3bbe702eba6c438659bd1d4813f14b9fecc79 (diff)
Treeview sucks on mobile
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index da4108c5..11a4b358 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1416,7 +1416,7 @@ DISABLE_INDEX = NO
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
-GENERATE_TREEVIEW = YES
+GENERATE_TREEVIEW = NO
# 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.