1 # Copyright (C) 2006-2013 CEA/DEN, EDF R&D
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # Lesser General Public License for more details.
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #---------------------------------------------------------------------------
22 # Project related configuration options
23 #---------------------------------------------------------------------------
27 OUTPUT_DIRECTORY = YACS
29 OUTPUT_LANGUAGE = English
30 USE_WINDOWS_ENCODING = NO
31 BRIEF_MEMBER_DESC = YES
33 ABBREVIATE_BRIEF = "The $name class" \
44 ALWAYS_DETAILED_SEC = NO
45 INLINE_INHERITED_MEMB = NO
50 JAVADOC_AUTOBRIEF = NO
51 MULTILINE_CPP_IS_BRIEF = NO
54 DISTRIBUTE_GROUP_DOC = NO
55 SEPARATE_MEMBER_PAGES = NO
58 OPTIMIZE_OUTPUT_FOR_C = NO
59 OPTIMIZE_OUTPUT_JAVA = NO
61 #---------------------------------------------------------------------------
62 # Build related configuration options
63 #---------------------------------------------------------------------------
67 EXTRACT_LOCAL_CLASSES = YES
68 EXTRACT_LOCAL_METHODS = NO
69 HIDE_UNDOC_MEMBERS = NO
70 HIDE_UNDOC_CLASSES = NO
71 HIDE_FRIEND_COMPOUNDS = NO
72 HIDE_IN_BODY_DOCS = NO
74 CASE_SENSE_NAMES = YES
76 SHOW_INCLUDE_FILES = YES
78 SORT_MEMBER_DOCS = YES
80 SORT_BY_SCOPE_NAME = NO
81 GENERATE_TODOLIST = YES
82 GENERATE_TESTLIST = YES
83 GENERATE_BUGLIST = YES
84 GENERATE_DEPRECATEDLIST= YES
86 MAX_INITIALIZER_LINES = 30
88 SHOW_DIRECTORIES = YES
90 #---------------------------------------------------------------------------
91 # configuration options related to warning and progress messages
92 #---------------------------------------------------------------------------
95 WARN_IF_UNDOCUMENTED = YES
96 WARN_IF_DOC_ERROR = YES
98 WARN_FORMAT = "$file:$line: $text"
100 #---------------------------------------------------------------------------
101 # configuration options related to the input files
102 #---------------------------------------------------------------------------
104 @CMAKE_SOURCE_DIR@/doc/ref \
105 @CMAKE_SOURCE_DIR@/idl \
106 @CMAKE_SOURCE_DIR@/src/bases \
107 @CMAKE_SOURCE_DIR@/src/engine \
108 @CMAKE_SOURCE_DIR@/src/runtime \
109 @CMAKE_SOURCE_DIR@/src/yacsloader \
110 @CMAKE_SOURCE_DIR@/src/yacsorb \
111 @CMAKE_SOURCE_DIR@/src/hmi \
112 @CMAKE_SOURCE_DIR@/src/salomewrap \
113 @CMAKE_SOURCE_DIR@/src/genericgui \
114 @CMAKE_SOURCE_DIR@/src/salomegui \
115 @CMAKE_SOURCE_DIR@/src/salomewrap \
116 @CMAKE_SOURCE_DIR@/src/pyqt
118 FILE_PATTERNS = *.c \
159 EXCLUDE = @CMAKE_SOURCE_DIR@/src/yacsloader/tools
160 EXCLUDE_SYMLINKS = NO
161 EXCLUDE_PATTERNS = */Test/*
164 EXAMPLE_RECURSIVE = NO
165 IMAGE_PATH = @CMAKE_SOURCE_DIR@/doc
168 FILTER_SOURCE_FILES = NO
169 #---------------------------------------------------------------------------
170 # configuration options related to source browsing
171 #---------------------------------------------------------------------------
174 STRIP_CODE_COMMENTS = YES
175 REFERENCED_BY_RELATION = YES
176 REFERENCES_RELATION = YES
177 VERBATIM_HEADERS = YES
178 #---------------------------------------------------------------------------
179 # configuration options related to the alphabetical class index
180 #---------------------------------------------------------------------------
181 ALPHABETICAL_INDEX = YES
182 COLS_IN_ALPHA_INDEX = 2
184 #---------------------------------------------------------------------------
185 # configuration options related to the HTML output
186 #---------------------------------------------------------------------------
188 HTML_OUTPUT = htmldev
189 HTML_FILE_EXTENSION = .html
190 HTML_HEADER = @CMAKE_CURRENT_BINARY_DIR@/sources/header.html
191 HTML_FOOTER = @CMAKE_CURRENT_SOURCE_DIR@/sources/footer.html
192 HTML_EXTRA_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/sources/salome_extra.css
193 HTML_ALIGN_MEMBERS = YES
194 GENERATE_HTMLHELP = NO
201 ENUM_VALUES_PER_LINE = 4
202 GENERATE_TREEVIEW = YES
204 #---------------------------------------------------------------------------
205 # configuration options related to the LaTeX output
206 #---------------------------------------------------------------------------
209 LATEX_CMD_NAME = latex
210 MAKEINDEX_CMD_NAME = makeindex
218 LATEX_HIDE_INDICES = NO
219 #---------------------------------------------------------------------------
220 # configuration options related to the RTF output
221 #---------------------------------------------------------------------------
226 RTF_STYLESHEET_FILE =
227 RTF_EXTENSIONS_FILE =
228 #---------------------------------------------------------------------------
229 # configuration options related to the man page output
230 #---------------------------------------------------------------------------
235 #---------------------------------------------------------------------------
236 # configuration options related to the XML output
237 #---------------------------------------------------------------------------
242 XML_PROGRAMLISTING = YES
243 #---------------------------------------------------------------------------
244 # configuration options for the AutoGen Definitions output
245 #---------------------------------------------------------------------------
246 GENERATE_AUTOGEN_DEF = NO
247 #---------------------------------------------------------------------------
248 # configuration options related to the Perl module output
249 #---------------------------------------------------------------------------
250 GENERATE_PERLMOD = NO
253 PERLMOD_MAKEVAR_PREFIX =
254 #---------------------------------------------------------------------------
255 # Configuration options related to the preprocessor
256 #---------------------------------------------------------------------------
257 ENABLE_PREPROCESSING = YES
259 EXPAND_ONLY_PREDEF = NO
260 SEARCH_INCLUDES = YES
262 INCLUDE_FILE_PATTERNS =
265 SKIP_FUNCTION_MACROS = YES
266 #---------------------------------------------------------------------------
267 # Configuration::additions related to external references
268 #---------------------------------------------------------------------------
272 EXTERNAL_GROUPS = YES
273 PERL_PATH = /usr/bin/perl
274 #---------------------------------------------------------------------------
275 # Configuration options related to the dot tool
276 #---------------------------------------------------------------------------
278 HIDE_UNDOC_RELATIONS = NO
281 COLLABORATION_GRAPH = YES
284 TEMPLATE_RELATIONS = YES
286 INCLUDED_BY_GRAPH = YES
288 GRAPHICAL_HIERARCHY = YES
289 DIRECTORY_GRAPH = YES
290 DOT_IMAGE_FORMAT = png
293 MAX_DOT_GRAPH_WIDTH = 1024
294 MAX_DOT_GRAPH_HEIGHT = 1024
295 MAX_DOT_GRAPH_DEPTH = 1000
297 DOT_MULTI_TARGETS = NO
298 GENERATE_LEGEND = YES
300 #---------------------------------------------------------------------------
301 # Configuration::additions related to the search engine
302 #---------------------------------------------------------------------------