File: dont-gererate-treeview.diff

package info (click to toggle)
v4l-utils 1.32.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,276 kB
  • sloc: ansic: 85,528; cpp: 69,473; perl: 11,915; sh: 1,333; python: 883; php: 119; makefile: 39
file content (15 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (2)
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/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1384,7 +1384,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.