Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/gui.git] / doc / salome / tui / doxyfile.in
1 # Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 # This library is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU Lesser General Public
8 # License as published by the Free Software Foundation; either
9 # version 2.1 of the License.
10 #
11 # This library is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 # Lesser General Public License for more details.
15 #
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with this library; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22
23 #---------------------------------------------------------------------------
24 # Project related configuration options
25 #---------------------------------------------------------------------------
26 PROJECT_NAME           = "SALOME GUI Developer"
27 PROJECT_NUMBER         = 
28 OUTPUT_DIRECTORY       = GUI
29 CREATE_SUBDIRS         = NO
30 OUTPUT_LANGUAGE        = English
31 USE_WINDOWS_ENCODING   = NO
32 BRIEF_MEMBER_DESC      = YES
33 REPEAT_BRIEF           = NO
34 ABBREVIATE_BRIEF       = 
35 ALWAYS_DETAILED_SEC    = YES
36 INLINE_INHERITED_MEMB  = YES
37 FULL_PATH_NAMES        = YES
38 STRIP_FROM_PATH        = @top_srcdir@ @top_builddir@
39 STRIP_FROM_INC_PATH    = 
40 SHORT_NAMES            = NO
41 JAVADOC_AUTOBRIEF      = YES
42 MULTILINE_CPP_IS_BRIEF = NO
43 DETAILS_AT_TOP         = NO
44 INHERIT_DOCS           = NO
45 SEPARATE_MEMBER_PAGES  = NO
46 TAB_SIZE               = 5
47 ALIASES                = 
48 OPTIMIZE_OUTPUT_FOR_C  = YES
49 OPTIMIZE_OUTPUT_JAVA   = YES
50 BUILTIN_STL_SUPPORT    = @DOXYGEN_SUPPORT_STL@
51 DISTRIBUTE_GROUP_DOC   = NO
52 SUBGROUPING            = YES
53
54 #---------------------------------------------------------------------------
55 # Build related configuration options
56 #---------------------------------------------------------------------------
57 EXTRACT_ALL            = YES
58 EXTRACT_PRIVATE        = YES
59 EXTRACT_STATIC         = YES
60 EXTRACT_LOCAL_CLASSES  = YES
61 EXTRACT_LOCAL_METHODS  = NO
62 HIDE_UNDOC_MEMBERS     = YES
63 HIDE_UNDOC_CLASSES     = YES
64 HIDE_FRIEND_COMPOUNDS  = NO
65 HIDE_IN_BODY_DOCS      = NO
66 INTERNAL_DOCS          = YES
67 CASE_SENSE_NAMES       = YES
68 HIDE_SCOPE_NAMES       = NO
69 SHOW_INCLUDE_FILES     = YES
70 INLINE_INFO            = YES
71 SORT_MEMBER_DOCS       = NO
72 SORT_BRIEF_DOCS        = NO
73 SORT_BY_SCOPE_NAME     = NO
74 GENERATE_TODOLIST      = YES
75 GENERATE_TESTLIST      = YES
76 GENERATE_BUGLIST       = YES
77 GENERATE_DEPRECATEDLIST= YES
78 ENABLED_SECTIONS       = 
79 MAX_INITIALIZER_LINES  = 25
80 SHOW_USED_FILES        = NO
81 SHOW_DIRECTORIES       = NO
82 FILE_VERSION_FILTER    = 
83
84 #---------------------------------------------------------------------------
85 # configuration options related to warning and progress messages
86 #---------------------------------------------------------------------------
87 QUIET                  = NO
88 WARNINGS               = YES
89 WARN_IF_UNDOCUMENTED   = YES
90 WARN_IF_DOC_ERROR      = YES
91 WARN_NO_PARAMDOC       = NO
92 WARN_FORMAT            = "$file:$line: $text"
93 WARN_LOGFILE           =
94
95 #---------------------------------------------------------------------------
96 # configuration options related to the input files
97 #---------------------------------------------------------------------------
98 INPUT                  = @top_srcdir@/src \
99                          @top_srcdir@/bin \
100                          @top_srcdir@/idl \
101                          @top_builddir@/bin \
102                          @srcdir@/input
103 FILE_PATTERNS          = *.idl *.hxx *.cxx *.h *.c *.hh *.cc @DOXYGEN_PYTHON_EXTENSION@ *.doc
104 RECURSIVE              = YES
105 EXCLUDE                = 
106 EXCLUDE_SYMLINKS       = NO
107 EXCLUDE_PATTERNS       = 
108 EXAMPLE_PATH           = 
109 EXAMPLE_PATTERNS       = 
110 EXAMPLE_RECURSIVE      = YES
111 IMAGE_PATH             = @srcdir@/images
112 INPUT_FILTER           = 
113 FILTER_PATTERNS        = 
114 FILTER_SOURCE_FILES    = YES
115
116 #---------------------------------------------------------------------------
117 # configuration options related to source browsing
118 #---------------------------------------------------------------------------
119 SOURCE_BROWSER         = NO
120 INLINE_SOURCES         = NO
121 STRIP_CODE_COMMENTS    = YES
122 REFERENCED_BY_RELATION = NO
123 REFERENCES_RELATION    = YES
124 USE_HTAGS              = NO
125 VERBATIM_HEADERS       = YES
126
127 #---------------------------------------------------------------------------
128 # configuration options related to the alphabetical class index
129 #---------------------------------------------------------------------------
130 ALPHABETICAL_INDEX     = YES
131 COLS_IN_ALPHA_INDEX    = 3
132 IGNORE_PREFIX          = 
133
134 #---------------------------------------------------------------------------
135 # configuration options related to the HTML output
136 #---------------------------------------------------------------------------
137 GENERATE_HTML          = YES
138 HTML_OUTPUT            = .
139 HTML_FILE_EXTENSION    = .html
140 HTML_HEADER            = @builddir@/static/header.html
141 HTML_FOOTER            = @srcdir@/static/footer.html
142 HTML_STYLESHEET        = @srcdir@/static/doxygen.css
143 HTML_ALIGN_MEMBERS     = YES
144 GENERATE_HTMLHELP      = NO
145 CHM_FILE               = 
146 HHC_LOCATION           = 
147 GENERATE_CHI           = NO
148 BINARY_TOC             = YES
149 TOC_EXPAND             = YES
150 DISABLE_INDEX          = NO
151 ENUM_VALUES_PER_LINE   = 4
152 GENERATE_TREEVIEW      = NO
153 TREEVIEW_WIDTH         = 250
154
155 #---------------------------------------------------------------------------
156 # configuration options related to the LaTeX output
157 #---------------------------------------------------------------------------
158 GENERATE_LATEX         = NO
159 LATEX_OUTPUT           = latex
160 LATEX_CMD_NAME         = latex
161 MAKEINDEX_CMD_NAME     = makeindex
162 COMPACT_LATEX          = NO
163 PAPER_TYPE             = a4wide
164 EXTRA_PACKAGES         = 
165 LATEX_HEADER           = 
166 PDF_HYPERLINKS         = NO
167 USE_PDFLATEX           = NO
168 LATEX_BATCHMODE        = NO
169 LATEX_HIDE_INDICES     = NO
170
171 #---------------------------------------------------------------------------
172 # configuration options related to the RTF output
173 #---------------------------------------------------------------------------
174 GENERATE_RTF           = NO
175 RTF_OUTPUT             = rtf
176 COMPACT_RTF            = NO
177 RTF_HYPERLINKS         = NO
178 RTF_STYLESHEET_FILE    = 
179 RTF_EXTENSIONS_FILE    = 
180
181 #---------------------------------------------------------------------------
182 # configuration options related to the man page output
183 #---------------------------------------------------------------------------
184 GENERATE_MAN           = NO
185 MAN_OUTPUT             = man
186 MAN_EXTENSION          = .3
187 MAN_LINKS              = NO
188
189 #---------------------------------------------------------------------------
190 # configuration options related to the XML output
191 #---------------------------------------------------------------------------
192 GENERATE_XML           = NO
193 XML_OUTPUT             = xml
194 XML_SCHEMA             = 
195 XML_DTD                = 
196 XML_PROGRAMLISTING     = YES
197
198 #---------------------------------------------------------------------------
199 # configuration options for the AutoGen Definitions output
200 #---------------------------------------------------------------------------
201 GENERATE_AUTOGEN_DEF   = NO
202
203 #---------------------------------------------------------------------------
204 # configuration options related to the Perl module output
205 #---------------------------------------------------------------------------
206 GENERATE_PERLMOD       = NO
207 PERLMOD_LATEX          = NO
208 PERLMOD_PRETTY         = YES
209 PERLMOD_MAKEVAR_PREFIX = 
210
211 #---------------------------------------------------------------------------
212 # Configuration options related to the preprocessor   
213 #---------------------------------------------------------------------------
214 ENABLE_PREPROCESSING   = YES
215 MACRO_EXPANSION        = YES
216 EXPAND_ONLY_PREDEF     = NO
217 SEARCH_INCLUDES        = YES
218 INCLUDE_PATH           = 
219 INCLUDE_FILE_PATTERNS  = 
220 PREDEFINED             = 
221 EXPAND_AS_DEFINED      = 
222 SKIP_FUNCTION_MACROS   = NO
223
224 #---------------------------------------------------------------------------
225 # Configuration::additions related to external references   
226 #---------------------------------------------------------------------------
227 TAGFILES               = 
228 GENERATE_TAGFILE       = 
229 ALLEXTERNALS           = NO
230 EXTERNAL_GROUPS        = YES
231 PERL_PATH              = /usr/bin/perl
232
233 #---------------------------------------------------------------------------
234 # Configuration options related to the dot tool   
235 #---------------------------------------------------------------------------
236 CLASS_DIAGRAMS         = YES
237 HIDE_UNDOC_RELATIONS   = NO
238 HAVE_DOT               = YES
239 CLASS_GRAPH            = YES
240 COLLABORATION_GRAPH    = NO
241 GROUP_GRAPHS           = NO
242 UML_LOOK               = NO
243 TEMPLATE_RELATIONS     = YES
244 INCLUDE_GRAPH          = YES
245 INCLUDED_BY_GRAPH      = NO
246 CALL_GRAPH             = NO
247 GRAPHICAL_HIERARCHY    = YES
248 DIRECTORY_GRAPH        = YES
249 DOT_IMAGE_FORMAT       = png
250 DOT_FONTNAME           = Arial
251 DOT_PATH               = 
252 DOTFILE_DIRS           = 
253 MAX_DOT_GRAPH_WIDTH    = 1024
254 MAX_DOT_GRAPH_HEIGHT   = 1200
255 MAX_DOT_GRAPH_DEPTH    = 0
256 DOT_TRANSPARENT        = NO
257 DOT_MULTI_TARGETS      = NO
258 GENERATE_LEGEND        = NO
259 DOT_CLEANUP            = YES
260
261 #---------------------------------------------------------------------------
262 # Configuration::additions related to the search engine   
263 #---------------------------------------------------------------------------
264 SEARCHENGINE           = NO