1PROJECT_NAME     = ClamAV - Libclamav
2OUTPUT_DIRECTORY = ../docs/libclamav
3WARNINGS         = YES
4FILE_PATTERNS    = *.c *.h
5PERL_PATH        = /usr/bin/perl
6SEARCHENGINE     = YES
7
8GENERATE_LATEX=NO
9OPTIMIZE_OUTPUT_FOR_C=YES
10HAVE_DOT=YES
11CALL_GRAPH=YES
12CALLER_GRAPH=YES
13JAVADOC_AUTOBRIEF=YES
14GENERATE_MAN=NO
15EXAMPLE_PATH=examples
16
17DOT_CLEANUP=NO
18MAX_DOT_GRAPH_DEPTH=3
19
20EXTRACT_ALL=YES
21INPUT = . \
22        7z \
23        c++ \
24        c++/config \
25        c++/llvm \
26        c++/llvm/autoconf \
27        c++/llvm/autoconf/m4 \
28        c++/llvm/cmake \
29        c++/llvm/cmake/modules \
30        c++/llvm/docs \
31        c++/llvm/include \
32        c++/llvm/include/llvm \
33        c++/llvm/include/llvm/ADT \
34        c++/llvm/include/llvm/Analysis \
35        c++/llvm/include/llvm/Assembly \
36        c++/llvm/include/llvm/Bitcode \
37        c++/llvm/include/llvm-c \
38        c++/llvm/include/llvm/CodeGen \
39        c++/llvm/include/llvm/CompilerDriver \
40        c++/llvm/include/llvm/Config \
41        c++/llvm/include/llvm-c/Transforms \
42        c++/llvm/include/llvm/ExecutionEngine \
43        c++/llvm/include/llvm/MC \
44        c++/llvm/include/llvm/MC/MCParser \
45        c++/llvm/include/llvm/Support \
46        c++/llvm/include/llvm/System \
47        c++/llvm/include/llvm/Target \
48        c++/llvm/include/llvm/Transforms \
49        c++/llvm/include/llvm/Transforms/IPO \
50        c++/llvm/include/llvm/Transforms/Utils \
51        c++/llvm/lib \
52        c++/llvm/lib/Analysis \
53        c++/llvm/lib/Analysis/IPA \
54        c++/llvm/lib/CodeGen \
55        c++/llvm/lib/CodeGen/PBQP \
56        c++/llvm/lib/CodeGen/PBQP/Heuristics \
57        c++/llvm/lib/CodeGen/SelectionDAG \
58        c++/llvm/lib/ExecutionEngine \
59        c++/llvm/lib/ExecutionEngine/JIT \
60        c++/llvm/lib/MC \
61        c++/llvm/lib/Support \
62        c++/llvm/lib/System \
63        c++/llvm/lib/System/Unix \
64        c++/llvm/lib/System/Win32 \
65        c++/llvm/lib/Target \
66        c++/llvm/lib/Target/PowerPC \
67        c++/llvm/lib/Target/PowerPC/TargetInfo \
68        c++/llvm/lib/Target/X86 \
69        c++/llvm/lib/Target/X86/TargetInfo \
70        c++/llvm/lib/Transforms \
71        c++/llvm/lib/Transforms/Hello \
72        c++/llvm/lib/Transforms/Instrumentation \
73        c++/llvm/lib/Transforms/IPO \
74        c++/llvm/lib/Transforms/Scalar \
75        c++/llvm/lib/Transforms/Utils \
76        c++/llvm/lib/VMCore \
77        c++/llvm/utils \
78        c++/llvm/utils/bugpoint \
79        c++/llvm/utils/buildit \
80        c++/llvm/utils/count \
81        c++/llvm/utils/crosstool \
82        c++/llvm/utils/crosstool/ARM \
83        c++/llvm/utils/emacs \
84        c++/llvm/utils/git \
85        c++/llvm/utils/jedit \
86        c++/llvm/utils/lint \
87        c++/llvm/utils/lit \
88        c++/llvm/utils/lit/lit \
89        c++/llvm/utils/lit/lit/ExampleTests \
90        c++/llvm/utils/lit/lit/ExampleTests/Clang \
91        c++/llvm/utils/lit/lit/ExampleTests/LLVM.InTree \
92        c++/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test \
93        c++/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar \
94        c++/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree \
95        c++/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj \
96        c++/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test \
97        c++/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/Foo \
98        c++/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src \
99        c++/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test \
100        c++/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo \
101        c++/llvm/utils/lit/lit/ExampleTests.ObjDir \
102        c++/llvm/utils/lit/lit/ExampleTests/ShExternal \
103        c++/llvm/utils/lit/lit/ExampleTests/ShInternal \
104        c++/llvm/utils/lit/lit/ExampleTests/TclTest \
105        c++/llvm/utils/llvm-lit \
106        c++/llvm/utils/Misc \
107        c++/llvm/utils/TableGen \
108        c++/llvm/utils/valgrind \
109        c++/llvm/utils/vim \
110        c++/m4 \
111        jsparse \
112        jsparse/generated \
113        nsis \
114        regex \
115        tomsfastmath \
116        tomsfastmath/addsub \
117        tomsfastmath/bin \
118        tomsfastmath/bit \
119        tomsfastmath/divide \
120        tomsfastmath/exptmod \
121        tomsfastmath/misc \
122        tomsfastmath/mont \
123        tomsfastmath/mul \
124        tomsfastmath/numtheory \
125        tomsfastmath/sqr
126