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 #---------------------------------------------------------------------------
79 FILE_PATTERNS = *.cpp \
85 EXAMPLE_PATH = Server/tests
86 EXAMPLE_PATTERNS = *.cpp
87 EXAMPLE_RECURSIVE = YES
90 FILTER_SOURCE_FILES = NO
91 #---------------------------------------------------------------------------
92 # configuration options related to source browsing
93 #---------------------------------------------------------------------------
96 STRIP_CODE_COMMENTS = YES
97 REFERENCED_BY_RELATION = YES
98 REFERENCES_RELATION = YES
99 VERBATIM_HEADERS = YES
100 #---------------------------------------------------------------------------
101 # configuration options related to the alphabetical class index
102 #---------------------------------------------------------------------------
103 ALPHABETICAL_INDEX = YES
104 COLS_IN_ALPHA_INDEX = 4
106 #---------------------------------------------------------------------------
107 # configuration options related to the HTML output
108 #---------------------------------------------------------------------------
111 HTML_FILE_EXTENSION = .html
115 HTML_ALIGN_MEMBERS = YES
116 GENERATE_HTMLHELP = NO
123 ENUM_VALUES_PER_LINE = 4
124 GENERATE_TREEVIEW = YES
126 #---------------------------------------------------------------------------
127 # configuration options related to the LaTeX output
128 #---------------------------------------------------------------------------
131 LATEX_CMD_NAME = latex
132 MAKEINDEX_CMD_NAME = makeindex
140 LATEX_HIDE_INDICES = NO
141 #---------------------------------------------------------------------------
142 # configuration options related to the RTF output
143 #---------------------------------------------------------------------------
148 RTF_STYLESHEET_FILE =
149 RTF_EXTENSIONS_FILE =
150 #---------------------------------------------------------------------------
151 # configuration options related to the man page output
152 #---------------------------------------------------------------------------
157 #---------------------------------------------------------------------------
158 # configuration options related to the XML output
159 #---------------------------------------------------------------------------
164 #---------------------------------------------------------------------------
165 # configuration options for the AutoGen Definitions output
166 #---------------------------------------------------------------------------
167 GENERATE_AUTOGEN_DEF = NO
168 #---------------------------------------------------------------------------
169 # configuration options related to the Perl module output
170 #---------------------------------------------------------------------------
171 GENERATE_PERLMOD = NO
174 PERLMOD_MAKEVAR_PREFIX =
175 #---------------------------------------------------------------------------
176 # Configuration options related to the preprocessor
177 #---------------------------------------------------------------------------
178 ENABLE_PREPROCESSING = YES
180 EXPAND_ONLY_PREDEF = NO
181 SEARCH_INCLUDES = YES
182 INCLUDE_PATH = /usr/include \
183 /usr/include/c++/3.3 \
184 /usr/include/gtkmm-2.0
185 INCLUDE_FILE_PATTERNS =
188 SKIP_FUNCTION_MACROS = YES
189 #---------------------------------------------------------------------------
190 # Configuration::addtions related to external references
191 #---------------------------------------------------------------------------
195 EXTERNAL_GROUPS = YES
196 PERL_PATH = /usr/bin/perl
197 #---------------------------------------------------------------------------
198 # Configuration options related to the dot tool
199 #---------------------------------------------------------------------------
201 HIDE_UNDOC_RELATIONS = YES
204 COLLABORATION_GRAPH = YES
206 TEMPLATE_RELATIONS = YES
208 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 MAX_DOT_GRAPH_DEPTH = 0
217 GENERATE_LEGEND = YES
219 #---------------------------------------------------------------------------
220 # Configuration::addtions related to the search engine
221 #---------------------------------------------------------------------------