File: dont-gererate-treeview.diff

package info (click to toggle)
v4l-utils 1.22.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,140 kB
  • sloc: ansic: 81,718; cpp: 51,598; perl: 11,014; sh: 5,276; makefile: 682; python: 544; php: 119; sed: 16
file content (15 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (3)
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.