LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
doxygen-exclude-binary-objects.patch
Go to the documentation of this file.
1 Description: Exclude binary objects from Doxygen processing
2  ...because the INPUT_PATTERN is *.
3 Author: Sébastien Villemot <sebastien@debian.org>
4 Forwarded: no
5 Last-Update: 2013-11-20
6 ---
7 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
8 --- a/DOCS/Doxyfile
9 +++ b/DOCS/Doxyfile
10 @@ -32,7 +32,7 @@
11  # This could be handy for archiving the generated documentation or
12  # if some version control system is used.
13 
14 -PROJECT_NUMBER = 3.4.2
15 +PROJECT_NUMBER = 3.5.0
16 
17  # Using the PROJECT_BRIEF tag one can provide an optional one line description
18  # for a project that appears at the top of each page and should give viewer
19 @@ -700,7 +700,12 @@
20  *.txt \
21  *.in \
22  *.inc \
23 - Makefile
24 + Makefile \
25 + *.o \
26 + *.a \
27 + lib*.so* \
28 + xeigtst* \
29 + xlintst*
30 
31  # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
32  # (namespaces, classes, functions, etc.) that should be excluded from the