1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Author: Gregor Jasny <gjasny@googlemail.com>
Description: Disable Treeview to suppress embedded jsquery
Forwarded: not-needed
--- a/doxygen_libdvbv5.cfg
+++ b/doxygen_libdvbv5.cfg
@@ -1396,7 +1396,7 @@
# 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.
|