3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
8 OUTPUT_DIRECTORY = docs/api
9 OUTPUT_LANGUAGE = Spanish
10 USE_WINDOWS_ENCODING = NO
11 BRIEF_MEMBER_DESC = YES
13 ALWAYS_DETAILED_SEC = NO
14 INLINE_INHERITED_MEMB = NO
16 STRIP_FROM_PATH = /home/luca/facultad/75.42/2003-2/final/Server/include/ \
17 /home/luca/facultad/75.42/2003-2/final/Server/src/ \
18 /home/luca/facultad/75.42/2003-2/final/Client/include/ \
19 /home/luca/facultad/75.42/2003-2/final/Client/src/ \
20 /home/luca/facultad/75.42/2003-2/final/Constructor/include/ \
21 /home/luca/facultad/75.42/2003-2/final/Constructor/src/ \
22 /home/luca/facultad/75.42/2003-2/final/Model/include/ \
23 /home/luca/facultad/75.42/2003-2/final/Model/src/
25 JAVADOC_AUTOBRIEF = YES
26 MULTILINE_CPP_IS_BRIEF = YES
29 DISTRIBUTE_GROUP_DOC = NO
32 OPTIMIZE_OUTPUT_FOR_C = NO
33 OPTIMIZE_OUTPUT_JAVA = NO
35 #---------------------------------------------------------------------------
36 # Build related configuration options
37 #---------------------------------------------------------------------------
41 EXTRACT_LOCAL_CLASSES = YES
42 HIDE_UNDOC_MEMBERS = NO
43 HIDE_UNDOC_CLASSES = NO
44 HIDE_FRIEND_COMPOUNDS = NO
45 HIDE_IN_BODY_DOCS = NO
47 CASE_SENSE_NAMES = YES
49 SHOW_INCLUDE_FILES = YES
51 SORT_MEMBER_DOCS = YES
52 GENERATE_TODOLIST = YES
53 GENERATE_TESTLIST = YES
54 GENERATE_BUGLIST = YES
55 GENERATE_DEPRECATEDLIST= YES
57 MAX_INITIALIZER_LINES = 30
59 #---------------------------------------------------------------------------
60 # configuration options related to warning and progress messages
61 #---------------------------------------------------------------------------
64 WARN_IF_UNDOCUMENTED = YES
65 WARN_IF_DOC_ERROR = YES
66 WARN_FORMAT = "$file:$line: $text"
68 #---------------------------------------------------------------------------
69 # configuration options related to the input files
70 #---------------------------------------------------------------------------
80 FILE_PATTERNS = *.cpp \
86 EXAMPLE_PATH = Server/tests
87 EXAMPLE_PATTERNS = *.cpp
88 EXAMPLE_RECURSIVE = YES
91 FILTER_SOURCE_FILES = NO
92 #---------------------------------------------------------------------------
93 # configuration options related to source browsing
94 #---------------------------------------------------------------------------
97 STRIP_CODE_COMMENTS = YES
98 REFERENCED_BY_RELATION = YES
99 REFERENCES_RELATION = YES
100 VERBATIM_HEADERS = YES
101 #---------------------------------------------------------------------------
102 # configuration options related to the alphabetical class index
103 #---------------------------------------------------------------------------
104 ALPHABETICAL_INDEX = YES
105 COLS_IN_ALPHA_INDEX = 4
107 #---------------------------------------------------------------------------
108 # configuration options related to the HTML output
109 #---------------------------------------------------------------------------
112 HTML_FILE_EXTENSION = .html
116 HTML_ALIGN_MEMBERS = YES
117 GENERATE_HTMLHELP = NO
124 ENUM_VALUES_PER_LINE = 4
125 GENERATE_TREEVIEW = YES
127 #---------------------------------------------------------------------------
128 # configuration options related to the LaTeX output
129 #---------------------------------------------------------------------------
132 LATEX_CMD_NAME = latex
133 MAKEINDEX_CMD_NAME = makeindex
141 LATEX_HIDE_INDICES = NO
142 #---------------------------------------------------------------------------
143 # configuration options related to the RTF output
144 #---------------------------------------------------------------------------
149 RTF_STYLESHEET_FILE =
150 RTF_EXTENSIONS_FILE =
151 #---------------------------------------------------------------------------
152 # configuration options related to the man page output
153 #---------------------------------------------------------------------------
158 #---------------------------------------------------------------------------
159 # configuration options related to the XML output
160 #---------------------------------------------------------------------------
165 #---------------------------------------------------------------------------
166 # configuration options for the AutoGen Definitions output
167 #---------------------------------------------------------------------------
168 GENERATE_AUTOGEN_DEF = NO
169 #---------------------------------------------------------------------------
170 # configuration options related to the Perl module output
171 #---------------------------------------------------------------------------
172 GENERATE_PERLMOD = NO
175 PERLMOD_MAKEVAR_PREFIX =
176 #---------------------------------------------------------------------------
177 # Configuration options related to the preprocessor
178 #---------------------------------------------------------------------------
179 ENABLE_PREPROCESSING = YES
181 EXPAND_ONLY_PREDEF = NO
182 SEARCH_INCLUDES = YES
183 INCLUDE_PATH = /usr/include \
184 /usr/include/c++/3.2 \
185 /usr/include/gtkmm-2.0
186 INCLUDE_FILE_PATTERNS =
189 SKIP_FUNCTION_MACROS = YES
190 #---------------------------------------------------------------------------
191 # Configuration::addtions related to external references
192 #---------------------------------------------------------------------------
196 EXTERNAL_GROUPS = YES
197 PERL_PATH = /usr/bin/perl
198 #---------------------------------------------------------------------------
199 # Configuration options related to the dot tool
200 #---------------------------------------------------------------------------
202 HIDE_UNDOC_RELATIONS = YES
205 COLLABORATION_GRAPH = YES
207 TEMPLATE_RELATIONS = YES
209 INCLUDED_BY_GRAPH = YES
211 GRAPHICAL_HIERARCHY = YES
212 DOT_IMAGE_FORMAT = png
215 MAX_DOT_GRAPH_WIDTH = 1024
216 MAX_DOT_GRAPH_HEIGHT = 1024
217 MAX_DOT_GRAPH_DEPTH = 0
218 GENERATE_LEGEND = YES
220 #---------------------------------------------------------------------------
221 # Configuration::addtions related to the search engine
222 #---------------------------------------------------------------------------