A few final changes for the 3.0.6 release
[pacman.git] / lib / libalpm / Doxyfile
blobc0b98ad5cfebcf125a96be3998fee23e464bde1d
1 # Doxyfile 1.4.5
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME           = libalpm
7 PROJECT_NUMBER         = 
8 OUTPUT_DIRECTORY       = 
9 CREATE_SUBDIRS         = NO
10 OUTPUT_LANGUAGE        = English
11 USE_WINDOWS_ENCODING   = NO
12 BRIEF_MEMBER_DESC      = YES
13 REPEAT_BRIEF           = YES
14 ABBREVIATE_BRIEF       = "The $name class" \
15                          "The $name widget" \
16                          "The $name file" \
17                          is \
18                          provides \
19                          specifies \
20                          contains \
21                          represents \
22                          a \
23                          an \
24                          the
25 ALWAYS_DETAILED_SEC    = NO
26 INLINE_INHERITED_MEMB  = NO
27 FULL_PATH_NAMES        = YES
28 STRIP_FROM_PATH        = 
29 STRIP_FROM_INC_PATH    = 
30 SHORT_NAMES            = NO
31 JAVADOC_AUTOBRIEF      = NO
32 MULTILINE_CPP_IS_BRIEF = NO
33 DETAILS_AT_TOP         = NO
34 INHERIT_DOCS           = YES
35 SEPARATE_MEMBER_PAGES  = NO
36 TAB_SIZE               = 8
37 ALIASES                = 
38 OPTIMIZE_OUTPUT_FOR_C  = YES
39 OPTIMIZE_OUTPUT_JAVA   = NO
40 BUILTIN_STL_SUPPORT    = NO
41 DISTRIBUTE_GROUP_DOC   = NO
42 SUBGROUPING            = YES
43 #---------------------------------------------------------------------------
44 # Build related configuration options
45 #---------------------------------------------------------------------------
46 EXTRACT_ALL            = NO
47 EXTRACT_PRIVATE        = NO
48 EXTRACT_STATIC         = NO
49 EXTRACT_LOCAL_CLASSES  = YES
50 EXTRACT_LOCAL_METHODS  = NO
51 HIDE_UNDOC_MEMBERS     = YES
52 HIDE_UNDOC_CLASSES     = YES
53 HIDE_FRIEND_COMPOUNDS  = NO
54 HIDE_IN_BODY_DOCS      = NO
55 INTERNAL_DOCS          = NO
56 CASE_SENSE_NAMES       = YES
57 HIDE_SCOPE_NAMES       = NO
58 SHOW_INCLUDE_FILES     = YES
59 INLINE_INFO            = YES
60 SORT_MEMBER_DOCS       = YES
61 SORT_BRIEF_DOCS        = NO
62 SORT_BY_SCOPE_NAME     = NO
63 GENERATE_TODOLIST      = YES
64 GENERATE_TESTLIST      = YES
65 GENERATE_BUGLIST       = YES
66 GENERATE_DEPRECATEDLIST= YES
67 ENABLED_SECTIONS       = 
68 MAX_INITIALIZER_LINES  = 30
69 SHOW_USED_FILES        = YES
70 SHOW_DIRECTORIES       = YES
71 FILE_VERSION_FILTER    = 
72 #---------------------------------------------------------------------------
73 # configuration options related to warning and progress messages
74 #---------------------------------------------------------------------------
75 QUIET                  = NO
76 WARNINGS               = YES
77 WARN_IF_UNDOCUMENTED   = YES
78 WARN_IF_DOC_ERROR      = YES
79 WARN_NO_PARAMDOC       = NO
80 WARN_FORMAT            = "$file:$line: $text"
81 WARN_LOGFILE           = 
82 #---------------------------------------------------------------------------
83 # configuration options related to the input files
84 #---------------------------------------------------------------------------
85 INPUT                  = 
86 FILE_PATTERNS          = *.c
87 RECURSIVE              = NO
88 EXCLUDE                = 
89 EXCLUDE_SYMLINKS       = NO
90 EXCLUDE_PATTERNS       = 
91 EXAMPLE_PATH           = 
92 EXAMPLE_PATTERNS       = *
93 EXAMPLE_RECURSIVE      = NO
94 IMAGE_PATH             = 
95 INPUT_FILTER           = 
96 FILTER_PATTERNS        = 
97 FILTER_SOURCE_FILES    = NO
98 #---------------------------------------------------------------------------
99 # configuration options related to source browsing
100 #---------------------------------------------------------------------------
101 SOURCE_BROWSER         = NO
102 #---------------------------------------------------------------------------
103 # configuration options related to the alphabetical class index
104 #---------------------------------------------------------------------------
105 ALPHABETICAL_INDEX     = NO
106 #---------------------------------------------------------------------------
107 # configuration options related to the HTML output
108 #---------------------------------------------------------------------------
109 GENERATE_HTML          = NO
110 #---------------------------------------------------------------------------
111 # configuration options related to the LaTeX output
112 #---------------------------------------------------------------------------
113 GENERATE_LATEX         = NO
114 #---------------------------------------------------------------------------
115 # configuration options related to the RTF output
116 #---------------------------------------------------------------------------
117 GENERATE_RTF           = NO
118 #---------------------------------------------------------------------------
119 # configuration options related to the man page output
120 #---------------------------------------------------------------------------
121 GENERATE_MAN           = YES
122 MAN_OUTPUT             = ../../doc
123 MAN_EXTENSION          = .3
124 MAN_LINKS              = YES
125 #---------------------------------------------------------------------------
126 # configuration options related to the XML output
127 #---------------------------------------------------------------------------
128 GENERATE_XML           = NO
129 #---------------------------------------------------------------------------
130 # configuration options related to the Perl module output
131 #---------------------------------------------------------------------------
132 GENERATE_PERLMOD       = NO
133 #---------------------------------------------------------------------------
134 # Configuration options related to the preprocessor   
135 #---------------------------------------------------------------------------
136 ENABLE_PREPROCESSING   = YES
137 MACRO_EXPANSION        = NO
138 EXPAND_ONLY_PREDEF     = NO
139 SEARCH_INCLUDES        = YES
140 INCLUDE_PATH           = 
141 INCLUDE_FILE_PATTERNS  = 
142 PREDEFINED             = 
143 EXPAND_AS_DEFINED      = 
144 SKIP_FUNCTION_MACROS   = YES
145 #---------------------------------------------------------------------------
146 # Configuration options related to the dot tool   
147 #---------------------------------------------------------------------------
148 CLASS_DIAGRAMS         = NO