1 # vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
2 # +--------------------------------------------------------------------+
3 # | BIFE - Buil It FastEr |
4 # +--------------------------------------------------------------------+
5 # | This file is part of BIFE. |
7 # | BIFE is free software; you can redistribute it and/or modify it |
8 # | under the terms of the GNU General Public License as published by |
9 # | the Free Software Foundation; either version 2 of the License, or |
10 # | (at your option) any later version. |
12 # | BIFE is distributed in the hope that it will be useful, but |
13 # | WITHOUT ANY WARRANTY; without even the implied warranty of |
14 # | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
15 # | General Public License for more details. |
17 # | You should have received a copy of the GNU General Public License |
18 # | along with Hooks; if not, write to the Free Software Foundation, |
19 # | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
20 # +--------------------------------------------------------------------+
21 # | Created: Mon May 19 00:16:56 ART 2003 |
22 # | Authors: Leandro Lucarella <luca@lugmen.org.ar> |
23 # +--------------------------------------------------------------------+
29 #---------------------------------------------------------------------------
30 # General configuration options
31 #---------------------------------------------------------------------------
32 PROJECT_NAME = "BIFE - Build It FastEr"
34 OUTPUT_DIRECTORY = doc/api
35 OUTPUT_LANGUAGE = English
39 EXTRACT_LOCAL_CLASSES = YES
40 HIDE_UNDOC_MEMBERS = NO
41 HIDE_UNDOC_CLASSES = NO
42 HIDE_FRIEND_COMPOUNDS = NO
43 HIDE_IN_BODY_DOCS = NO
44 BRIEF_MEMBER_DESC = YES
46 ALWAYS_DETAILED_SEC = YES
47 INLINE_INHERITED_MEMB = NO
51 CASE_SENSE_NAMES = YES
54 VERBATIM_HEADERS = YES
55 SHOW_INCLUDE_FILES = YES
56 JAVADOC_AUTOBRIEF = YES
57 MULTILINE_CPP_IS_BRIEF = NO
61 SORT_MEMBER_DOCS = YES
62 DISTRIBUTE_GROUP_DOC = NO
64 GENERATE_TODOLIST = YES
65 GENERATE_TESTLIST = YES
66 GENERATE_BUGLIST = YES
67 GENERATE_DEPRECATEDLIST= YES
70 MAX_INITIALIZER_LINES = 30
71 OPTIMIZE_OUTPUT_FOR_C = NO
72 OPTIMIZE_OUTPUT_JAVA = NO
74 #---------------------------------------------------------------------------
75 # configuration options related to warning and progress messages
76 #---------------------------------------------------------------------------
79 WARN_IF_UNDOCUMENTED = YES
80 WARN_IF_DOC_ERROR = YES
81 WARN_FORMAT = "$file:$line: $text"
82 WARN_LOGFILE = doxygen.warn
83 #---------------------------------------------------------------------------
84 # configuration options related to the input files
85 #---------------------------------------------------------------------------
89 EXCLUDE = src/BIFE.php
94 EXAMPLE_RECURSIVE = NO
97 FILTER_SOURCE_FILES = NO
98 #---------------------------------------------------------------------------
99 # configuration options related to source browsing
100 #---------------------------------------------------------------------------
103 STRIP_CODE_COMMENTS = YES
104 REFERENCED_BY_RELATION = YES
105 REFERENCES_RELATION = YES
106 #---------------------------------------------------------------------------
107 # configuration options related to the alphabetical class index
108 #---------------------------------------------------------------------------
109 ALPHABETICAL_INDEX = YES
110 COLS_IN_ALPHA_INDEX = 5
112 #---------------------------------------------------------------------------
113 # configuration options related to the HTML output
114 #---------------------------------------------------------------------------
117 HTML_FILE_EXTENSION = .html
121 HTML_ALIGN_MEMBERS = YES
122 GENERATE_HTMLHELP = NO
129 ENUM_VALUES_PER_LINE = 4
130 GENERATE_TREEVIEW = YES
132 #---------------------------------------------------------------------------
133 # configuration options related to the LaTeX output
134 #---------------------------------------------------------------------------
137 LATEX_CMD_NAME = latex
138 MAKEINDEX_CMD_NAME = makeindex
146 #---------------------------------------------------------------------------
147 # configuration options related to the RTF output
148 #---------------------------------------------------------------------------
153 RTF_STYLESHEET_FILE =
154 RTF_EXTENSIONS_FILE =
155 #---------------------------------------------------------------------------
156 # configuration options related to the man page output
157 #---------------------------------------------------------------------------
162 #---------------------------------------------------------------------------
163 # configuration options related to the XML output
164 #---------------------------------------------------------------------------
168 #---------------------------------------------------------------------------
169 # configuration options for the AutoGen Definitions output
170 #---------------------------------------------------------------------------
171 GENERATE_AUTOGEN_DEF = NO
172 #---------------------------------------------------------------------------
173 # configuration options related to the Perl module output
174 #---------------------------------------------------------------------------
175 GENERATE_PERLMOD = NO
178 PERLMOD_MAKEVAR_PREFIX =
179 #---------------------------------------------------------------------------
180 # Configuration options related to the preprocessor
181 #---------------------------------------------------------------------------
182 ENABLE_PREPROCESSING = YES
184 EXPAND_ONLY_PREDEF = NO
185 SEARCH_INCLUDES = YES
187 INCLUDE_FILE_PATTERNS =
190 SKIP_FUNCTION_MACROS = YES
191 #---------------------------------------------------------------------------
192 # Configuration::addtions related to external references
193 #---------------------------------------------------------------------------
197 EXTERNAL_GROUPS = YES
198 PERL_PATH = /usr/bin/perl
199 #---------------------------------------------------------------------------
200 # Configuration options related to the dot tool
201 #---------------------------------------------------------------------------
203 HIDE_UNDOC_RELATIONS = YES
206 COLLABORATION_GRAPH = YES
207 TEMPLATE_RELATIONS = YES
209 INCLUDED_BY_GRAPH = YES
210 GRAPHICAL_HIERARCHY = YES
211 DOT_IMAGE_FORMAT = png
214 MAX_DOT_GRAPH_WIDTH = 1024
215 MAX_DOT_GRAPH_HEIGHT = 1024
216 GENERATE_LEGEND = YES
218 #---------------------------------------------------------------------------
219 # Configuration::addtions related to the search engine
220 #---------------------------------------------------------------------------
222 CGI_NAME = search.cgi
226 BIN_ABSPATH = /usr/local/bin/