From 5a61efb93927ff7da14a1705b79dff845f0e3229 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Tue, 9 Feb 2016 15:48:28 +0100 Subject: [PATCH] Disable left side treeview in doxygen output refs #594 --- docs/Doxyfile.qmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile.qmake b/docs/Doxyfile.qmake index a8f955480..8ff449255 100644 --- a/docs/Doxyfile.qmake +++ b/docs/Doxyfile.qmake @@ -1412,7 +1412,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.