Package: givaro / 4.0.2-5~bpo8+1

doxygen-exclude-debian-dir.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Author: Lifeng Sun
Description: exclude debian/ dir when build documentation
Forwarded: not-needed

--- a/docs/Doxyfile.mod
+++ b/docs/Doxyfile.mod
@@ -714,7 +714,8 @@
 
 EXCLUDE                = CVS \
                          *_src.inl \
-                         Attic
+                         Attic \
+                         ../debian 
 
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
 # directories that are symbolic links (a Unix file system feature) are excluded
--- a/docs/DoxyfileDev.mod
+++ b/docs/DoxyfileDev.mod
@@ -714,7 +714,8 @@
 
 EXCLUDE                = CVS \
                          *_src.inl \
-                         Attic
+                         Attic \
+                         ../debian
 
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
 # directories that are symbolic links (a Unix file system feature) are excluded