annotate Doxyfile @ 1797:fac680cf3008 libavcodec

* gotta setup coded_frame for encoding. avcodec.h says that for decoding lavc is supposed to set it up as well and I don't think I see any reason not to.
author romansh
date Tue, 10 Feb 2004 20:48:09 +0000
parents 9403cad8a1e8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1103
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1 # Doxyfile 1.3-rc1
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
2
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
3 # This file describes the settings to be used by the documentation system
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
4 # doxygen (www.doxygen.org) for a project
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
5 #
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
6 # All text after a hash (#) is considered a comment and will be ignored
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
7 # The format is:
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
8 # TAG = value [value, ...]
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
9 # For lists items can also be appended using:
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
10 # TAG += value [value, ...]
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
11 # Values that contain spaces should be placed between quotes (" ")
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
12
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
13 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
14 # General configuration options
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
15 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
16
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
18 # by quotes) that should identify the project.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
19
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
20 PROJECT_NAME = libavcodec
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
21
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
23 # This could be handy for archiving the generated documentation or
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
24 # if some version control system is used.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
25
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
26 PROJECT_NUMBER =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
27
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
29 # base path where the generated documentation will be put.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
30 # If a relative path is entered, it will be relative to the location
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
31 # where doxygen was started. If left blank the current directory will be used.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
32
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
33 OUTPUT_DIRECTORY = doxy
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
34
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
35 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
36 # documentation generated by doxygen is written. Doxygen will use this
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
37 # information to generate all constant output in the proper language.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
38 # The default language is English, other supported languages are:
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
39 # Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch,
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
40 # Finnish, French, German, Greek, Hungarian, Italian, Japanese, Japanese-en
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
41 # (Japanese with english messages), Korean, Norwegian, Polish, Portuguese,
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
42 # Romanian, Russian, Serbian, Slovak, Slovene, Spanish, Swedish and Ukrainian.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
43
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
44 OUTPUT_LANGUAGE = English
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
45
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
46 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
47 # documentation are documented, even if no documentation was available.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
48 # Private class members and static file members will be hidden unless
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
49 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
50
1117
4046cbf85762 looks better IMHO
michaelni
parents: 1108
diff changeset
51 EXTRACT_ALL = YES
1103
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
52
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
53 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
54 # will be included in the documentation.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
55
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
56 EXTRACT_PRIVATE = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
57
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
58 # If the EXTRACT_STATIC tag is set to YES all static members of a file
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
59 # will be included in the documentation.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
60
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
61 EXTRACT_STATIC = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
62
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
63 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
64 # defined locally in source files will be included in the documentation.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
65 # If set to NO only classes defined in header files are included.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
66
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
67 EXTRACT_LOCAL_CLASSES = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
68
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
69 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
70 # undocumented members of documented classes, files or namespaces.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
71 # If set to NO (the default) these members will be included in the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
72 # various overviews, but no documentation section is generated.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
73 # This option has no effect if EXTRACT_ALL is enabled.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
74
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
75 HIDE_UNDOC_MEMBERS = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
76
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
77 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
78 # undocumented classes that are normally visible in the class hierarchy.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
79 # If set to NO (the default) these class will be included in the various
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
80 # overviews. This option has no effect if EXTRACT_ALL is enabled.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
81
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
82 HIDE_UNDOC_CLASSES = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
83
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
84 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
85 # friend (class|struct|union) declarations.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
86 # If set to NO (the default) these declarations will be included in the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
87 # documentation.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
88
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
89 HIDE_FRIEND_COMPOUNDS = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
90
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
91 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
92 # documentation blocks found inside the body of a function.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
93 # If set to NO (the default) these blocks will be appended to the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
94 # function's detailed documentation block.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
95
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
96 HIDE_IN_BODY_DOCS = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
97
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
98 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
99 # include brief member descriptions after the members that are listed in
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
100 # the file and class documentation (similar to JavaDoc).
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
101 # Set to NO to disable this.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
102
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
103 BRIEF_MEMBER_DESC = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
104
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
105 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
106 # the brief description of a member or function before the detailed description.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
107 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
108 # brief descriptions will be completely suppressed.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
109
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
110 REPEAT_BRIEF = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
111
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
112 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
113 # Doxygen will generate a detailed section even if there is only a brief
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
114 # description.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
115
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
116 ALWAYS_DETAILED_SEC = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
117
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
118 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all inherited
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
119 # members of a class in the documentation of that class as if those members were
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
120 # ordinary class members. Constructors, destructors and assignment operators of
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
121 # the base classes will not be shown.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
122
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
123 INLINE_INHERITED_MEMB = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
124
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
125 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
126 # path before files name in the file list and in the header files. If set
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
127 # to NO the shortest path that makes the file name unique will be used.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
128
1108
bfc18110d4b6 typos & cosmetics
michaelni
parents: 1103
diff changeset
129 FULL_PATH_NAMES = YES
1103
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
130
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
131 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
132 # can be used to strip a user defined part of the path. Stripping is
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
133 # only done if one of the specified strings matches the left-hand part of
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
134 # the path. It is allowed to use relative paths in the argument list.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
135
1108
bfc18110d4b6 typos & cosmetics
michaelni
parents: 1103
diff changeset
136 STRIP_FROM_PATH = .
1103
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
137
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
138 # The INTERNAL_DOCS tag determines if documentation
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
139 # that is typed after a \internal command is included. If the tag is set
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
140 # to NO (the default) then the documentation will be excluded.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
141 # Set it to YES to include the internal documentation.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
142
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
143 INTERNAL_DOCS = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
144
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
145 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
146 # file names in lower case letters. If set to YES upper case letters are also
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
147 # allowed. This is useful if you have classes or files whose names only differ
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
148 # in case and if your file system supports case sensitive file names. Windows
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
149 # users are adviced to set this option to NO.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
150
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
151 CASE_SENSE_NAMES = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
152
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
153 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
154 # (but less readable) file names. This can be useful is your file systems
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
155 # doesn't support long names like on DOS, Mac, or CD-ROM.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
156
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
157 SHORT_NAMES = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
158
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
159 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
160 # will show members with their full class and namespace scopes in the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
161 # documentation. If set to YES the scope will be hidden.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
162
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
163 HIDE_SCOPE_NAMES = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
164
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
165 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
166 # will generate a verbatim copy of the header file for each class for
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
167 # which an include is specified. Set to NO to disable this.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
168
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
169 VERBATIM_HEADERS = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
170
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
171 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
172 # will put list of the files that are included by a file in the documentation
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
173 # of that file.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
174
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
175 SHOW_INCLUDE_FILES = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
176
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
177 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
178 # will interpret the first line (until the first dot) of a JavaDoc-style
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
179 # comment as the brief description. If set to NO, the JavaDoc
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
180 # comments will behave just like the Qt-style comments (thus requiring an
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
181 # explict @brief command for a brief description.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
182
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
183 JAVADOC_AUTOBRIEF = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
184
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
185 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
186 # treat a multi-line C++ special comment block (i.e. a block of //! or ///
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
187 # comments) as a brief description. This used to be the default behaviour.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
188 # The new default is to treat a multi-line C++ comment block as a detailed
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
189 # description. Set this tag to YES if you prefer the old behaviour instead.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
190
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
191 MULTILINE_CPP_IS_BRIEF = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
192
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
193 # If the DETAILS_AT_TOP tag is set to YES then Doxygen
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
194 # will output the detailed description near the top, like JavaDoc.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
195 # If set to NO, the detailed description appears after the member
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
196 # documentation.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
197
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
198 DETAILS_AT_TOP = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
199
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
200 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
201 # member inherits the documentation from any documented member that it
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
202 # reimplements.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
203
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
204 INHERIT_DOCS = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
205
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
206 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
207 # is inserted in the documentation for inline members.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
208
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
209 INLINE_INFO = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
210
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
211 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
212 # will sort the (detailed) documentation of file and class members
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
213 # alphabetically by member name. If set to NO the members will appear in
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
214 # declaration order.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
215
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
216 SORT_MEMBER_DOCS = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
217
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
218 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
219 # tag is set to YES, then doxygen will reuse the documentation of the first
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
220 # member in the group (if any) for the other members of the group. By default
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
221 # all members of a group must be documented explicitly.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
222
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
223 DISTRIBUTE_GROUP_DOC = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
224
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
225 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
226 # Doxygen uses this value to replace tabs by spaces in code fragments.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
227
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
228 TAB_SIZE = 8
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
229
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
230 # The GENERATE_TODOLIST tag can be used to enable (YES) or
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
231 # disable (NO) the todo list. This list is created by putting \todo
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
232 # commands in the documentation.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
233
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
234 GENERATE_TODOLIST = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
235
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
236 # The GENERATE_TESTLIST tag can be used to enable (YES) or
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
237 # disable (NO) the test list. This list is created by putting \test
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
238 # commands in the documentation.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
239
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
240 GENERATE_TESTLIST = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
241
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
242 # The GENERATE_BUGLIST tag can be used to enable (YES) or
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
243 # disable (NO) the bug list. This list is created by putting \bug
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
244 # commands in the documentation.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
245
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
246 GENERATE_BUGLIST = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
247
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
248 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
249 # disable (NO) the deprecated list. This list is created by putting
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
250 # \deprecated commands in the documentation.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
251
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
252 GENERATE_DEPRECATEDLIST= YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
253
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
254 # This tag can be used to specify a number of aliases that acts
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
255 # as commands in the documentation. An alias has the form "name=value".
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
256 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
257 # put the command \sideeffect (or @sideeffect) in the documentation, which
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
258 # will result in a user defined paragraph with heading "Side Effects:".
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
259 # You can put \n's in the value part of an alias to insert newlines.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
260
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
261 ALIASES =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
262
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
263 # The ENABLED_SECTIONS tag can be used to enable conditional
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
264 # documentation sections, marked by \if sectionname ... \endif.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
265
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
266 ENABLED_SECTIONS =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
267
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
268 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
269 # the initial value of a variable or define consist of for it to appear in
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
270 # the documentation. If the initializer consists of more lines than specified
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
271 # here it will be hidden. Use a value of 0 to hide initializers completely.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
272 # The appearance of the initializer of individual variables and defines in the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
273 # documentation can be controlled using \showinitializer or \hideinitializer
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
274 # command in the documentation regardless of this setting.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
275
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
276 MAX_INITIALIZER_LINES = 30
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
277
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
278 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
279 # only. Doxygen will then generate output that is more tailored for C.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
280 # For instance some of the names that are used will be different. The list
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
281 # of all members will be omitted, etc.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
282
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
283 OPTIMIZE_OUTPUT_FOR_C = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
284
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
285 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
286 # only. Doxygen will then generate output that is more tailored for Java.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
287 # For instance namespaces will be presented as packages, qualified scopes
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
288 # will look different, etc.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
289
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
290 OPTIMIZE_OUTPUT_JAVA = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
291
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
292 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
293 # at the bottom of the documentation of classes and structs. If set to YES the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
294 # list will mention the files that were used to generate the documentation.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
295
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
296 SHOW_USED_FILES = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
297
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
298 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
299 # configuration options related to warning and progress messages
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
300 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
301
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
302 # The QUIET tag can be used to turn on/off the messages that are generated
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
303 # by doxygen. Possible values are YES and NO. If left blank NO is used.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
304
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
305 QUIET = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
306
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
307 # The WARNINGS tag can be used to turn on/off the warning messages that are
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
308 # generated by doxygen. Possible values are YES and NO. If left blank
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
309 # NO is used.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
310
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
311 WARNINGS = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
312
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
313 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
314 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
315 # automatically be disabled.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
316
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
317 WARN_IF_UNDOCUMENTED = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
318
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
319 # The WARN_FORMAT tag determines the format of the warning messages that
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
320 # doxygen can produce. The string should contain the $file, $line, and $text
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
321 # tags, which will be replaced by the file and line number from which the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
322 # warning originated and the warning text.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
323
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
324 WARN_FORMAT = "$file:$line: $text"
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
325
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
326 # The WARN_LOGFILE tag can be used to specify a file to which warning
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
327 # and error messages should be written. If left blank the output is written
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
328 # to stderr.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
329
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
330 WARN_LOGFILE =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
331
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
332 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
333 # configuration options related to the input files
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
334 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
335
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
336 # The INPUT tag can be used to specify the files and/or directories that contain
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
337 # documented source files. You may enter file names like "myfile.cpp" or
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
338 # directories like "/usr/src/myproject". Separate the files or directories
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
339 # with spaces.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
340
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
341 INPUT =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
342
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
343 # If the value of the INPUT tag contains directories, you can use the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
344 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
345 # and *.h) to filter out the source-files in the directories. If left
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
346 # blank the following patterns are tested:
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
347 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
348 # *.h++ *.idl *.odl
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
349
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
350 FILE_PATTERNS =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
351
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
352 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
353 # should be searched for input files as well. Possible values are YES and NO.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
354 # If left blank NO is used.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
355
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
356 RECURSIVE = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
357
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
358 # The EXCLUDE tag can be used to specify files and/or directories that should
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
359 # excluded from the INPUT source files. This way you can easily exclude a
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
360 # subdirectory from a directory tree whose root is specified with the INPUT tag.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
361
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
362 EXCLUDE =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
363
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
364 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
365 # that are symbolic links (a Unix filesystem feature) are excluded from the input.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
366
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
367 EXCLUDE_SYMLINKS = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
368
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
369 # If the value of the INPUT tag contains directories, you can use the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
370 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
371 # certain files from those directories.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
372
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
373 EXCLUDE_PATTERNS =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
374
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
375 # The EXAMPLE_PATH tag can be used to specify one or more files or
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
376 # directories that contain example code fragments that are included (see
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
377 # the \include command).
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
378
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
379 EXAMPLE_PATH =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
380
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
381 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
382 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
383 # and *.h) to filter out the source-files in the directories. If left
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
384 # blank all files are included.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
385
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
386 EXAMPLE_PATTERNS =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
387
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
388 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
389 # searched for input files to be used with the \include or \dontinclude
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
390 # commands irrespective of the value of the RECURSIVE tag.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
391 # Possible values are YES and NO. If left blank NO is used.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
392
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
393 EXAMPLE_RECURSIVE = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
394
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
395 # The IMAGE_PATH tag can be used to specify one or more files or
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
396 # directories that contain image that are included in the documentation (see
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
397 # the \image command).
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
398
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
399 IMAGE_PATH =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
400
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
401 # The INPUT_FILTER tag can be used to specify a program that doxygen should
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
402 # invoke to filter for each input file. Doxygen will invoke the filter program
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
403 # by executing (via popen()) the command <filter> <input-file>, where <filter>
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
404 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
405 # input file. Doxygen will then use the output that the filter program writes
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
406 # to standard output.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
407
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
408 INPUT_FILTER =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
409
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
410 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
411 # INPUT_FILTER) will be used to filter the input files when producing source
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
412 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
413
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
414 FILTER_SOURCE_FILES = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
415
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
416 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
417 # configuration options related to source browsing
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
418 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
419
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
420 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
421 # be generated. Documented entities will be cross-referenced with these sources.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
422
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
423 SOURCE_BROWSER = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
424
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
425 # Setting the INLINE_SOURCES tag to YES will include the body
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
426 # of functions and classes directly in the documentation.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
427
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
428 INLINE_SOURCES = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
429
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
430 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
431 # doxygen to hide any special comment blocks from generated source code
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
432 # fragments. Normal C and C++ comments will always remain visible.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
433
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
434 STRIP_CODE_COMMENTS = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
435
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
436 # If the REFERENCED_BY_RELATION tag is set to YES (the default)
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
437 # then for each documented function all documented
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
438 # functions referencing it will be listed.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
439
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
440 REFERENCED_BY_RELATION = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
441
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
442 # If the REFERENCES_RELATION tag is set to YES (the default)
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
443 # then for each documented function all documented entities
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
444 # called/used by that function will be listed.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
445
1117
4046cbf85762 looks better IMHO
michaelni
parents: 1108
diff changeset
446 REFERENCES_RELATION = NO
1103
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
447
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
448 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
449 # configuration options related to the alphabetical class index
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
450 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
451
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
452 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
453 # of all compounds will be generated. Enable this if the project
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
454 # contains a lot of classes, structs, unions or interfaces.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
455
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
456 ALPHABETICAL_INDEX = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
457
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
458 # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
459 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
460 # in which this list will be split (can be a number in the range [1..20])
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
461
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
462 COLS_IN_ALPHA_INDEX = 5
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
463
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
464 # In case all classes in a project start with a common prefix, all
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
465 # classes will be put under the same header in the alphabetical index.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
466 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
467 # should be ignored while generating the index headers.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
468
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
469 IGNORE_PREFIX =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
470
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
471 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
472 # configuration options related to the HTML output
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
473 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
474
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
475 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
476 # generate HTML output.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
477
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
478 GENERATE_HTML = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
479
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
480 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
481 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
482 # put in front of it. If left blank `html' will be used as the default path.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
483
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
484 HTML_OUTPUT = html
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
485
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
486 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
487 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
488 # doxygen will generate files with .html extension.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
489
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
490 HTML_FILE_EXTENSION = .html
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
491
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
492 # The HTML_HEADER tag can be used to specify a personal HTML header for
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
493 # each generated HTML page. If it is left blank doxygen will generate a
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
494 # standard header.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
495
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
496 HTML_HEADER =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
497
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
498 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
499 # each generated HTML page. If it is left blank doxygen will generate a
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
500 # standard footer.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
501
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
502 HTML_FOOTER =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
503
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
504 # The HTML_STYLESHEET tag can be used to specify a user defined cascading
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
505 # style sheet that is used by each HTML page. It can be used to
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
506 # fine-tune the look of the HTML output. If the tag is left blank doxygen
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
507 # will generate a default style sheet
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
508
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
509 HTML_STYLESHEET =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
510
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
511 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
512 # files or namespaces will be aligned in HTML using tables. If set to
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
513 # NO a bullet list will be used.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
514
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
515 HTML_ALIGN_MEMBERS = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
516
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
517 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
518 # will be generated that can be used as input for tools like the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
519 # Microsoft HTML help workshop to generate a compressed HTML help file (.chm)
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
520 # of the generated HTML documentation.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
521
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
522 GENERATE_HTMLHELP = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
523
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
524 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
525 # be used to specify the file name of the resulting .chm file. You
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
526 # can add a path in front of the file if the result should not be
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
527 # written to the html output dir.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
528
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
529 CHM_FILE =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
530
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
531 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
532 # be used to specify the location (absolute path including file name) of
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
533 # the HTML help compiler (hhc.exe). If non empty doxygen will try to run
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
534 # the html help compiler on the generated index.hhp.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
535
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
536 HHC_LOCATION =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
537
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
538 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
539 # controls if a separate .chi index file is generated (YES) or that
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
540 # it should be included in the master .chm file (NO).
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
541
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
542 GENERATE_CHI = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
543
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
544 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
545 # controls whether a binary table of contents is generated (YES) or a
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
546 # normal table of contents (NO) in the .chm file.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
547
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
548 BINARY_TOC = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
549
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
550 # The TOC_EXPAND flag can be set to YES to add extra items for group members
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
551 # to the contents of the Html help documentation and to the tree view.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
552
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
553 TOC_EXPAND = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
554
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
555 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
556 # top of each HTML page. The value NO (the default) enables the index and
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
557 # the value YES disables it.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
558
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
559 DISABLE_INDEX = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
560
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
561 # This tag can be used to set the number of enum values (range [1..20])
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
562 # that doxygen will group on one line in the generated HTML documentation.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
563
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
564 ENUM_VALUES_PER_LINE = 4
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
565
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
566 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
567 # generated containing a tree-like index structure (just like the one that
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
568 # is generated for HTML Help). For this to work a browser that supports
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
569 # JavaScript and frames is required (for instance Mozilla, Netscape 4.0+,
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
570 # or Internet explorer 4.0+). Note that for large projects the tree generation
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
571 # can take a very long time. In such cases it is better to disable this feature.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
572 # Windows users are probably better off using the HTML help feature.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
573
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
574 GENERATE_TREEVIEW = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
575
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
576 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
577 # used to set the initial width (in pixels) of the frame in which the tree
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
578 # is shown.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
579
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
580 TREEVIEW_WIDTH = 250
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
581
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
582 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
583 # configuration options related to the LaTeX output
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
584 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
585
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
586 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
587 # generate Latex output.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
588
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
589 GENERATE_LATEX = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
590
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
591 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
592 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
593 # put in front of it. If left blank `latex' will be used as the default path.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
594
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
595 LATEX_OUTPUT = latex
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
596
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
597 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
598 # invoked. If left blank `latex' will be used as the default command name.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
599
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
600 LATEX_CMD_NAME = latex
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
601
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
602 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
603 # generate index for LaTeX. If left blank `makeindex' will be used as the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
604 # default command name.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
605
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
606 MAKEINDEX_CMD_NAME = makeindex
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
607
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
608 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
609 # LaTeX documents. This may be useful for small projects and may help to
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
610 # save some trees in general.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
611
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
612 COMPACT_LATEX = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
613
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
614 # The PAPER_TYPE tag can be used to set the paper type that is used
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
615 # by the printer. Possible values are: a4, a4wide, letter, legal and
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
616 # executive. If left blank a4wide will be used.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
617
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
618 PAPER_TYPE = a4wide
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
619
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
620 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
621 # packages that should be included in the LaTeX output.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
622
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
623 EXTRA_PACKAGES =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
624
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
625 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
626 # the generated latex document. The header should contain everything until
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
627 # the first chapter. If it is left blank doxygen will generate a
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
628 # standard header. Notice: only use this tag if you know what you are doing!
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
629
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
630 LATEX_HEADER =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
631
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
632 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
633 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
634 # contain links (just like the HTML output) instead of page references
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
635 # This makes the output suitable for online browsing using a pdf viewer.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
636
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
637 PDF_HYPERLINKS = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
638
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
639 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
640 # plain latex in the generated Makefile. Set this option to YES to get a
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
641 # higher quality PDF documentation.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
642
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
643 USE_PDFLATEX = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
644
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
645 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
646 # command to the generated LaTeX files. This will instruct LaTeX to keep
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
647 # running if errors occur, instead of asking the user for help.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
648 # This option is also used when generating formulas in HTML.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
649
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
650 LATEX_BATCHMODE = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
651
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
652 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
653 # configuration options related to the RTF output
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
654 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
655
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
656 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
657 # The RTF output is optimised for Word 97 and may not look very pretty with
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
658 # other RTF readers or editors.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
659
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
660 GENERATE_RTF = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
661
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
662 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
663 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
664 # put in front of it. If left blank `rtf' will be used as the default path.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
665
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
666 RTF_OUTPUT = rtf
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
667
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
668 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
669 # RTF documents. This may be useful for small projects and may help to
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
670 # save some trees in general.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
671
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
672 COMPACT_RTF = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
673
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
674 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
675 # will contain hyperlink fields. The RTF file will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
676 # contain links (just like the HTML output) instead of page references.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
677 # This makes the output suitable for online browsing using WORD or other
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
678 # programs which support those fields.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
679 # Note: wordpad (write) and others do not support links.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
680
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
681 RTF_HYPERLINKS = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
682
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
683 # Load stylesheet definitions from file. Syntax is similar to doxygen's
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
684 # config file, i.e. a series of assigments. You only have to provide
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
685 # replacements, missing definitions are set to their default value.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
686
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
687 RTF_STYLESHEET_FILE =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
688
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
689 # Set optional variables used in the generation of an rtf document.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
690 # Syntax is similar to doxygen's config file.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
691
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
692 RTF_EXTENSIONS_FILE =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
693
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
694 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
695 # configuration options related to the man page output
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
696 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
697
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
698 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
699 # generate man pages
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
700
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
701 GENERATE_MAN = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
702
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
703 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
704 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
705 # put in front of it. If left blank `man' will be used as the default path.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
706
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
707 MAN_OUTPUT = man
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
708
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
709 # The MAN_EXTENSION tag determines the extension that is added to
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
710 # the generated man pages (default is the subroutine's section .3)
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
711
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
712 MAN_EXTENSION = .3
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
713
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
714 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
715 # then it will generate one additional man file for each entity
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
716 # documented in the real man page(s). These additional files
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
717 # only source the real man page, but without them the man command
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
718 # would be unable to find the correct page. The default is NO.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
719
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
720 MAN_LINKS = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
721
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
722 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
723 # configuration options related to the XML output
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
724 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
725
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
726 # If the GENERATE_XML tag is set to YES Doxygen will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
727 # generate an XML file that captures the structure of
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
728 # the code including all documentation. Note that this
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
729 # feature is still experimental and incomplete at the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
730 # moment.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
731
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
732 GENERATE_XML = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
733
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
734 # The XML_SCHEMA tag can be used to specify an XML schema,
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
735 # which can be used by a validating XML parser to check the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
736 # syntax of the XML files.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
737
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
738 XML_SCHEMA =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
739
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
740 # The XML_DTD tag can be used to specify an XML DTD,
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
741 # which can be used by a validating XML parser to check the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
742 # syntax of the XML files.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
743
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
744 XML_DTD =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
745
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
746 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
747 # configuration options for the AutoGen Definitions output
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
748 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
749
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
750 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
751 # generate an AutoGen Definitions (see autogen.sf.net) file
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
752 # that captures the structure of the code including all
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
753 # documentation. Note that this feature is still experimental
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
754 # and incomplete at the moment.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
755
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
756 GENERATE_AUTOGEN_DEF = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
757
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
758 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
759 # configuration options related to the Perl module output
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
760 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
761
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
762 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
763 # generate a Perl module file that captures the structure of
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
764 # the code including all documentation. Note that this
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
765 # feature is still experimental and incomplete at the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
766 # moment.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
767
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
768 GENERATE_PERLMOD = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
769
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
770 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
771 # the necessary Makefile rules, Perl scripts and LaTeX code to be able
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
772 # to generate PDF and DVI output from the Perl module output.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
773
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
774 PERLMOD_LATEX = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
775
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
776 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
777 # nicely formatted so it can be parsed by a human reader. This is useful
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
778 # if you want to understand what is going on. On the other hand, if this
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
779 # tag is set to NO the size of the Perl module output will be much smaller
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
780 # and Perl will parse it just the same.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
781
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
782 PERLMOD_PRETTY = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
783
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
784 # The names of the make variables in the generated doxyrules.make file
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
785 # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
786 # This is useful so different doxyrules.make files included by the same
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
787 # Makefile don't overwrite each other's variables.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
788
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
789 PERLMOD_MAKEVAR_PREFIX =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
790
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
791 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
792 # Configuration options related to the preprocessor
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
793 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
794
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
795 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
796 # evaluate all C-preprocessor directives found in the sources and include
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
797 # files.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
798
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
799 ENABLE_PREPROCESSING = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
800
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
801 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
802 # names in the source code. If set to NO (the default) only conditional
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
803 # compilation will be performed. Macro expansion can be done in a controlled
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
804 # way by setting EXPAND_ONLY_PREDEF to YES.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
805
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
806 MACRO_EXPANSION = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
807
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
808 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
809 # then the macro expansion is limited to the macros specified with the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
810 # PREDEFINED and EXPAND_AS_PREDEFINED tags.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
811
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
812 EXPAND_ONLY_PREDEF = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
813
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
814 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
815 # in the INCLUDE_PATH (see below) will be search if a #include is found.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
816
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
817 SEARCH_INCLUDES = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
818
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
819 # The INCLUDE_PATH tag can be used to specify one or more directories that
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
820 # contain include files that are not input files but should be processed by
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
821 # the preprocessor.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
822
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
823 INCLUDE_PATH =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
824
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
825 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
826 # patterns (like *.h and *.hpp) to filter out the header-files in the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
827 # directories. If left blank, the patterns specified with FILE_PATTERNS will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
828 # be used.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
829
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
830 INCLUDE_FILE_PATTERNS =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
831
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
832 # The PREDEFINED tag can be used to specify one or more macro names that
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
833 # are defined before the preprocessor is started (similar to the -D option of
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
834 # gcc). The argument of the tag is a list of macros of the form: name
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
835 # or name=definition (no spaces). If the definition and the = are
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
836 # omitted =1 is assumed.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
837
1121
dac5d55f4630 more fixes
michaelni
parents: 1120
diff changeset
838 PREDEFINED = __attribute__(x)="" "RENAME(x)=x ## _TMPL" "DEF(x)=x ## _TMPL" \
1123
9403cad8a1e8 even more fixes
michaelni
parents: 1121
diff changeset
839 HAVE_BUILTIN_VECTOR HAVE_AV_CONFIG_H HAVE_MMX HAVE_MMX2 HAVE_3DNOW \
9403cad8a1e8 even more fixes
michaelni
parents: 1121
diff changeset
840 ATTR_ALIGN(x)=""
1103
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
841
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
842 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
843 # this tag can be used to specify a list of macro names that should be expanded.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
844 # The macro definition that is found in the sources will be used.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
845 # Use the PREDEFINED tag if you want to use a different macro definition.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
846
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
847 #EXPAND_AS_DEFINED = FF_COMMON_FRAME
1121
dac5d55f4630 more fixes
michaelni
parents: 1120
diff changeset
848 EXPAND_AS_DEFINED = declare_idct(idct, table, idct_row_head, idct_row, idct_row_tail, idct_row_mid)
1103
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
849
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
850 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
851 # doxygen's preprocessor will remove all function-like macros that are alone
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
852 # on a line, have an all uppercase name, and do not end with a semicolon. Such
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
853 # function macros are typically used for boiler-plate code, and will confuse the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
854 # parser if not removed.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
855
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
856 SKIP_FUNCTION_MACROS = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
857
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
858 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
859 # Configuration::addtions related to external references
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
860 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
861
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
862 # The TAGFILES tag can be used to specify one or more tagfiles.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
863
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
864 TAGFILES =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
865
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
866 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
867 # a tag file that is based on the input files it reads.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
868
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
869 GENERATE_TAGFILE =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
870
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
871 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
872 # in the class index. If set to NO only the inherited external classes
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
873 # will be listed.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
874
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
875 ALLEXTERNALS = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
876
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
877 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
878 # in the modules index. If set to NO, only the current project's groups will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
879 # be listed.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
880
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
881 EXTERNAL_GROUPS = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
882
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
883 # The PERL_PATH should be the absolute path and name of the perl script
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
884 # interpreter (i.e. the result of `which perl').
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
885
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
886 PERL_PATH = /usr/bin/perl
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
887
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
888 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
889 # Configuration options related to the dot tool
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
890 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
891
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
892 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
893 # generate a inheritance diagram (in Html, RTF and LaTeX) for classes with base or
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
894 # super classes. Setting the tag to NO turns the diagrams off. Note that this
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
895 # option is superceded by the HAVE_DOT option below. This is only a fallback. It is
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
896 # recommended to install and use dot, since it yield more powerful graphs.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
897
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
898 CLASS_DIAGRAMS = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
899
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
900 # If set to YES, the inheritance and collaboration graphs will hide
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
901 # inheritance and usage relations if the target is undocumented
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
902 # or is not a class.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
903
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
904 HIDE_UNDOC_RELATIONS = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
905
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
906 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
907 # available from the path. This tool is part of Graphviz, a graph visualization
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
908 # toolkit from AT&T and Lucent Bell Labs. The other options in this section
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
909 # have no effect if this option is set to NO (the default)
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
910
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
911 HAVE_DOT = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
912
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
913 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
914 # will generate a graph for each documented class showing the direct and
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
915 # indirect inheritance relations. Setting this tag to YES will force the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
916 # the CLASS_DIAGRAMS tag to NO.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
917
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
918 CLASS_GRAPH = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
919
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
920 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
921 # will generate a graph for each documented class showing the direct and
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
922 # indirect implementation dependencies (inheritance, containment, and
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
923 # class references variables) of the class with other documented classes.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
924
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
925 COLLABORATION_GRAPH = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
926
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
927 # If set to YES, the inheritance and collaboration graphs will show the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
928 # relations between templates and their instances.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
929
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
930 TEMPLATE_RELATIONS = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
931
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
932 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
933 # tags are set to YES then doxygen will generate a graph for each documented
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
934 # file showing the direct and indirect include dependencies of the file with
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
935 # other documented files.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
936
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
937 INCLUDE_GRAPH = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
938
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
939 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
940 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
941 # documented header file showing the documented files that directly or
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
942 # indirectly include this file.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
943
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
944 INCLUDED_BY_GRAPH = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
945
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
946 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
947 # will graphical hierarchy of all classes instead of a textual one.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
948
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
949 GRAPHICAL_HIERARCHY = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
950
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
951 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
952 # generated by dot. Possible values are png, jpg, or gif
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
953 # If left blank png will be used.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
954
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
955 DOT_IMAGE_FORMAT = png
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
956
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
957 # The tag DOT_PATH can be used to specify the path where the dot tool can be
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
958 # found. If left blank, it is assumed the dot tool can be found on the path.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
959
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
960 DOT_PATH =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
961
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
962 # The DOTFILE_DIRS tag can be used to specify one or more directories that
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
963 # contain dot files that are included in the documentation (see the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
964 # \dotfile command).
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
965
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
966 DOTFILE_DIRS =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
967
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
968 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
969 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
970 # this value, doxygen will try to truncate the graph, so that it fits within
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
971 # the specified constraint. Beware that most browsers cannot cope with very
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
972 # large images.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
973
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
974 MAX_DOT_GRAPH_WIDTH = 1024
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
975
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
976 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
977 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
978 # this value, doxygen will try to truncate the graph, so that it fits within
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
979 # the specified constraint. Beware that most browsers cannot cope with very
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
980 # large images.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
981
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
982 MAX_DOT_GRAPH_HEIGHT = 1024
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
983
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
984 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
985 # generate a legend page explaining the meaning of the various boxes and
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
986 # arrows in the dot generated graphs.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
987
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
988 GENERATE_LEGEND = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
989
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
990 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
991 # remove the intermedate dot files that are used to generate
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
992 # the various graphs.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
993
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
994 DOT_CLEANUP = YES
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
995
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
996 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
997 # Configuration::addtions related to the search engine
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
998 #---------------------------------------------------------------------------
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
999
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1000 # The SEARCHENGINE tag specifies whether or not a search engine should be
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1001 # used. If set to NO the values of all tags below this one will be ignored.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1002
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1003 SEARCHENGINE = NO
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1004
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1005 # The CGI_NAME tag should be the name of the CGI script that
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1006 # starts the search engine (doxysearch) with the correct parameters.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1007 # A script with this name will be generated by doxygen.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1008
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1009 CGI_NAME = search.cgi
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1010
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1011 # The CGI_URL tag should be the absolute URL to the directory where the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1012 # cgi binaries are located. See the documentation of your http daemon for
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1013 # details.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1014
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1015 CGI_URL =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1016
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1017 # The DOC_URL tag should be the absolute URL to the directory where the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1018 # documentation is located. If left blank the absolute path to the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1019 # documentation, with file:// prepended to it, will be used.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1020
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1021 DOC_URL =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1022
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1023 # The DOC_ABSPATH tag should be the absolute path to the directory where the
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1024 # documentation is located. If left blank the directory on the local machine
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1025 # will be used.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1026
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1027 DOC_ABSPATH =
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1028
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1029 # The BIN_ABSPATH tag must point to the directory where the doxysearch binary
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1030 # is installed.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1031
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1032 BIN_ABSPATH = /usr/local/bin/
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1033
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1034 # The EXT_DOC_PATHS tag can be used to specify one or more paths to
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1035 # documentation generated for other projects. This allows doxysearch to search
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1036 # the documentation for these projects as well.
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1037
b05aa3f49cc8 doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
michaelni
parents:
diff changeset
1038 EXT_DOC_PATHS =