]> git.llucax.com Git - mecon/yatta.git/blob - doc/Doxyfile
Modifico el contenido del email.
[mecon/yatta.git] / doc / Doxyfile
1 # vim: set binary expandtab tabstop=4 shiftwidth=4 textwidth=80:
2 #------------------------------------------------------------------------------
3 #                              Ministerio de Economía
4 #                                     YATTA!
5 #------------------------------------------------------------------------------
6 # This file is part of YATTA!.
7 #
8 # YATTA! is free software; you can redistribute it and/or modify it under
9 # the terms of the GNU General Public License as published by the Free
10 # Software Foundation; either version 2 of the License, or (at your option)
11 # any later version.
12 #
13 # YATTA! is distributed in the hope that it will be useful, but WITHOUT
14 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
16
17 # You should have received a copy of the GNU General Public License; if not,
18 # write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
19 # Boston, MA  02111-1307  USA
20 #------------------------------------------------------------------------------
21 # Creado: mié nov 26 15:54:19 ART 2003
22 # Autor:  Martin Marrese <mmarre@mecon.gov.ar> - Gonzalo Merayo <gmeray@mecon.gov.ar>
23 #------------------------------------------------------------------------------
24 # $Id$
25 #------------------------------------------------------------------------------
26
27 #---------------------------------------------------------------------------
28 # General configuration options
29 #---------------------------------------------------------------------------
30 PROJECT_NAME           = YATTA!
31 PROJECT_NUMBER         = $Rev$
32 OUTPUT_DIRECTORY       = api
33 OUTPUT_LANGUAGE        = Spanish
34 EXTRACT_ALL            = YES
35 EXTRACT_PRIVATE        = YES
36 EXTRACT_STATIC         = YES
37 EXTRACT_LOCAL_CLASSES  = YES
38 HIDE_UNDOC_MEMBERS     = NO
39 HIDE_UNDOC_CLASSES     = NO
40 HIDE_FRIEND_COMPOUNDS  = NO
41 HIDE_IN_BODY_DOCS      = NO
42 BRIEF_MEMBER_DESC      = YES
43 REPEAT_BRIEF           = YES
44 ALWAYS_DETAILED_SEC    = NO
45 INLINE_INHERITED_MEMB  = NO
46 FULL_PATH_NAMES        = NO
47 STRIP_FROM_PATH        = 
48 INTERNAL_DOCS          = YES
49 CASE_SENSE_NAMES       = YES
50 SHORT_NAMES            = NO
51 HIDE_SCOPE_NAMES       = NO
52 VERBATIM_HEADERS       = YES
53 SHOW_INCLUDE_FILES     = YES
54 JAVADOC_AUTOBRIEF      = YES
55 MULTILINE_CPP_IS_BRIEF = NO
56 DETAILS_AT_TOP         = YES
57 INHERIT_DOCS           = YES
58 INLINE_INFO            = YES
59 SORT_MEMBER_DOCS       = YES
60 DISTRIBUTE_GROUP_DOC   = NO
61 TAB_SIZE               = 4
62 GENERATE_TODOLIST      = YES
63 GENERATE_TESTLIST      = YES
64 GENERATE_BUGLIST       = YES
65 GENERATE_DEPRECATEDLIST= YES
66 ALIASES                = 
67 ENABLED_SECTIONS       = 
68 MAX_INITIALIZER_LINES  = 30
69 OPTIMIZE_OUTPUT_FOR_C  = NO
70 OPTIMIZE_OUTPUT_JAVA   = NO
71 SHOW_USED_FILES        = YES
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_FORMAT            = "$file:$line: $text"
80 WARN_LOGFILE           = doxygen.warnings
81 #---------------------------------------------------------------------------
82 # configuration options related to the input files
83 #---------------------------------------------------------------------------
84 INPUT                  = ../sistema/local_lib
85 FILE_PATTERNS          = *.php
86 RECURSIVE              = YES
87 EXCLUDE                = 
88 EXCLUDE_SYMLINKS       = NO
89 EXCLUDE_PATTERNS       = 
90 EXAMPLE_PATH           = 
91 EXAMPLE_PATTERNS       = 
92 EXAMPLE_RECURSIVE      = NO
93 IMAGE_PATH             = 
94 INPUT_FILTER           = 
95 FILTER_SOURCE_FILES    = NO
96 #---------------------------------------------------------------------------
97 # configuration options related to source browsing
98 #---------------------------------------------------------------------------
99 SOURCE_BROWSER         = YES
100 INLINE_SOURCES         = NO
101 STRIP_CODE_COMMENTS    = YES
102 REFERENCED_BY_RELATION = YES
103 REFERENCES_RELATION    = YES
104 #---------------------------------------------------------------------------
105 # configuration options related to the alphabetical class index
106 #---------------------------------------------------------------------------
107 ALPHABETICAL_INDEX     = YES
108 COLS_IN_ALPHA_INDEX    = 5
109 IGNORE_PREFIX          = 
110 #---------------------------------------------------------------------------
111 # configuration options related to the HTML output
112 #---------------------------------------------------------------------------
113 GENERATE_HTML          = YES
114 HTML_OUTPUT            = html
115 HTML_FILE_EXTENSION    = .html
116 HTML_HEADER            = 
117 HTML_FOOTER            = 
118 HTML_STYLESHEET        = 
119 HTML_ALIGN_MEMBERS     = YES
120 GENERATE_HTMLHELP      = NO
121 CHM_FILE               = 
122 HHC_LOCATION           = 
123 GENERATE_CHI           = NO
124 BINARY_TOC             = NO
125 TOC_EXPAND             = NO
126 DISABLE_INDEX          = NO
127 ENUM_VALUES_PER_LINE   = 4
128 GENERATE_TREEVIEW      = YES
129 TREEVIEW_WIDTH         = 200
130 #---------------------------------------------------------------------------
131 # configuration options related to the LaTeX output
132 #---------------------------------------------------------------------------
133 GENERATE_LATEX         = NO
134 LATEX_OUTPUT           = latex
135 LATEX_CMD_NAME         = latex
136 MAKEINDEX_CMD_NAME     = makeindex
137 COMPACT_LATEX          = NO
138 PAPER_TYPE             = a4wide
139 EXTRA_PACKAGES         = 
140 LATEX_HEADER           = 
141 PDF_HYPERLINKS         = YES
142 USE_PDFLATEX           = NO
143 LATEX_BATCHMODE        = NO
144 #---------------------------------------------------------------------------
145 # configuration options related to the RTF output
146 #---------------------------------------------------------------------------
147 GENERATE_RTF           = NO
148 RTF_OUTPUT             = rtf
149 COMPACT_RTF            = NO
150 RTF_HYPERLINKS         = YES
151 RTF_STYLESHEET_FILE    = 
152 RTF_EXTENSIONS_FILE    = 
153 #---------------------------------------------------------------------------
154 # configuration options related to the man page output
155 #---------------------------------------------------------------------------
156 GENERATE_MAN           = NO
157 MAN_OUTPUT             = man
158 MAN_EXTENSION          = .3
159 MAN_LINKS              = NO
160 #---------------------------------------------------------------------------
161 # configuration options related to the XML output
162 #---------------------------------------------------------------------------
163 GENERATE_XML           = NO
164 XML_SCHEMA             = 
165 XML_DTD                = 
166 #---------------------------------------------------------------------------
167 # configuration options for the AutoGen Definitions output
168 #---------------------------------------------------------------------------
169 GENERATE_AUTOGEN_DEF   = NO
170 #---------------------------------------------------------------------------
171 # configuration options related to the Perl module output
172 #---------------------------------------------------------------------------
173 GENERATE_PERLMOD       = NO
174 PERLMOD_LATEX          = NO
175 PERLMOD_PRETTY         = YES
176 PERLMOD_MAKEVAR_PREFIX = 
177 #---------------------------------------------------------------------------
178 # Configuration options related to the preprocessor   
179 #---------------------------------------------------------------------------
180 ENABLE_PREPROCESSING   = YES
181 MACRO_EXPANSION        = NO
182 EXPAND_ONLY_PREDEF     = NO
183 SEARCH_INCLUDES        = YES
184 INCLUDE_PATH           = 
185 INCLUDE_FILE_PATTERNS  = 
186 PREDEFINED             = 
187 EXPAND_AS_DEFINED      = 
188 SKIP_FUNCTION_MACROS   = YES
189 #---------------------------------------------------------------------------
190 # Configuration::addtions related to external references   
191 #---------------------------------------------------------------------------
192 TAGFILES               = 
193 GENERATE_TAGFILE       = 
194 ALLEXTERNALS           = NO
195 EXTERNAL_GROUPS        = YES
196 PERL_PATH              = /usr/bin/perl
197 #---------------------------------------------------------------------------
198 # Configuration options related to the dot tool   
199 #---------------------------------------------------------------------------
200 CLASS_DIAGRAMS         = YES
201 HIDE_UNDOC_RELATIONS   = YES
202 HAVE_DOT               = YES
203 CLASS_GRAPH            = YES
204 COLLABORATION_GRAPH    = NO
205 TEMPLATE_RELATIONS     = NO
206 INCLUDE_GRAPH          = YES
207 INCLUDED_BY_GRAPH      = YES
208 GRAPHICAL_HIERARCHY    = YES
209 DOT_IMAGE_FORMAT       = png
210 DOT_PATH               = 
211 DOTFILE_DIRS           = 
212 MAX_DOT_GRAPH_WIDTH    = 1024
213 MAX_DOT_GRAPH_HEIGHT   = 1024
214 GENERATE_LEGEND        = YES
215 DOT_CLEANUP            = YES
216 #---------------------------------------------------------------------------
217 # Configuration::addtions related to the search engine   
218 #---------------------------------------------------------------------------
219 SEARCHENGINE           = NO
220 CGI_NAME               = search.cgi
221 CGI_URL                = 
222 DOC_URL                = 
223 DOC_ABSPATH            = 
224 BIN_ABSPATH            = /usr/local/bin/
225 EXT_DOC_PATHS          =