1 # Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE
3 # Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
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, or (at your option) any later version.
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.
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
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
23 #---------------------------------------------------------------------------
24 # Project related configuration options
25 #---------------------------------------------------------------------------
26 PROJECT_NAME = "PyCalculator Sample Module Programming Guide v.@SALOMEPYCALCULATOR_VERSION@"
27 PROJECT_NUMBER = id#1.0
28 OUTPUT_DIRECTORY = PYCALCULATOR
30 OUTPUT_LANGUAGE = English
31 USE_WINDOWS_ENCODING = NO
32 BRIEF_MEMBER_DESC = YES
35 ALWAYS_DETAILED_SEC = YES
36 INLINE_INHERITED_MEMB = YES
38 STRIP_FROM_PATH = @PROJECT_SOURCE_DIR@ @PROJECT_BINARY_DIR@
41 JAVADOC_AUTOBRIEF = YES
42 MULTILINE_CPP_IS_BRIEF = NO
45 SEPARATE_MEMBER_PAGES = NO
48 OPTIMIZE_OUTPUT_FOR_C = YES
49 OPTIMIZE_OUTPUT_JAVA = YES
50 BUILTIN_STL_SUPPORT = @DOXYGEN_SUPPORT_STL@
51 DISTRIBUTE_GROUP_DOC = NO
54 #---------------------------------------------------------------------------
55 # Build related configuration options
56 #---------------------------------------------------------------------------
60 EXTRACT_LOCAL_CLASSES = YES
61 EXTRACT_LOCAL_METHODS = NO
62 HIDE_UNDOC_MEMBERS = NO
63 HIDE_UNDOC_CLASSES = NO
64 HIDE_FRIEND_COMPOUNDS = NO
65 HIDE_IN_BODY_DOCS = NO
67 CASE_SENSE_NAMES = YES
69 SHOW_INCLUDE_FILES = YES
73 SORT_BY_SCOPE_NAME = NO
74 GENERATE_TODOLIST = YES
75 GENERATE_TESTLIST = YES
76 GENERATE_BUGLIST = YES
77 GENERATE_DEPRECATEDLIST= YES
79 MAX_INITIALIZER_LINES = 25
84 #---------------------------------------------------------------------------
85 # configuration options related to warning and progress messages
86 #---------------------------------------------------------------------------
89 WARN_IF_UNDOCUMENTED = YES
90 WARN_IF_DOC_ERROR = YES
92 WARN_FORMAT = "$file:$line: $text"
95 #---------------------------------------------------------------------------
96 # configuration options related to the input files
97 #---------------------------------------------------------------------------
98 INPUT = @PROJECT_SOURCE_DIR@/src \
99 @PROJECT_SOURCE_DIR@/bin \
100 @PROJECT_SOURCE_DIR@/idl \
101 @PROJECT_BINARY_DIR@/bin
102 FILE_PATTERNS = *.idl *.hxx *.cxx *.h *.c *.hh *.cc @DOXYGEN_PYTHON_EXTENSION@
105 EXCLUDE_SYMLINKS = NO
109 EXAMPLE_RECURSIVE = NO
110 IMAGE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/images
113 FILTER_SOURCE_FILES = YES
115 #---------------------------------------------------------------------------
116 # configuration options related to source browsing
117 #---------------------------------------------------------------------------
120 STRIP_CODE_COMMENTS = YES
121 REFERENCED_BY_RELATION = NO
122 REFERENCES_RELATION = YES
124 VERBATIM_HEADERS = YES
126 #---------------------------------------------------------------------------
127 # configuration options related to the alphabetical class index
128 #---------------------------------------------------------------------------
129 ALPHABETICAL_INDEX = YES
130 COLS_IN_ALPHA_INDEX = 3
133 #---------------------------------------------------------------------------
134 # configuration options related to the HTML output
135 #---------------------------------------------------------------------------
138 HTML_FILE_EXTENSION = .html
139 HTML_HEADER = @CMAKE_CURRENT_BINARY_DIR@/static/header.html
140 HTML_FOOTER = @CMAKE_CURRENT_SOURCE_DIR@/static/footer.html
141 HTML_EXTRA_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/static/salome_extra.css
142 GENERATE_HTMLHELP = NO
149 ENUM_VALUES_PER_LINE = 4
150 GENERATE_TREEVIEW = YES
153 #---------------------------------------------------------------------------
154 # configuration options related to the LaTeX output
155 #---------------------------------------------------------------------------
158 LATEX_CMD_NAME = latex
159 MAKEINDEX_CMD_NAME = makeindex
167 LATEX_HIDE_INDICES = NO
169 #---------------------------------------------------------------------------
170 # configuration options related to the RTF output
171 #---------------------------------------------------------------------------
176 RTF_STYLESHEET_FILE =
177 RTF_EXTENSIONS_FILE =
179 #---------------------------------------------------------------------------
180 # configuration options related to the man page output
181 #---------------------------------------------------------------------------
187 #---------------------------------------------------------------------------
188 # configuration options related to the XML output
189 #---------------------------------------------------------------------------
194 XML_PROGRAMLISTING = YES
196 #---------------------------------------------------------------------------
197 # configuration options for the AutoGen Definitions output
198 #---------------------------------------------------------------------------
199 GENERATE_AUTOGEN_DEF = NO
201 #---------------------------------------------------------------------------
202 # configuration options related to the Perl module output
203 #---------------------------------------------------------------------------
204 GENERATE_PERLMOD = NO
207 PERLMOD_MAKEVAR_PREFIX =
209 #---------------------------------------------------------------------------
210 # Configuration options related to the preprocessor
211 #---------------------------------------------------------------------------
212 ENABLE_PREPROCESSING = YES
214 EXPAND_ONLY_PREDEF = NO
215 SEARCH_INCLUDES = YES
217 INCLUDE_FILE_PATTERNS =
220 SKIP_FUNCTION_MACROS = NO
222 #---------------------------------------------------------------------------
223 # Configuration::additions related to external references
224 #---------------------------------------------------------------------------
228 EXTERNAL_GROUPS = YES
229 PERL_PATH = /usr/bin/perl
231 #---------------------------------------------------------------------------
232 # Configuration options related to the dot tool
233 #---------------------------------------------------------------------------
235 HIDE_UNDOC_RELATIONS = NO
238 COLLABORATION_GRAPH = NO
241 TEMPLATE_RELATIONS = YES
243 INCLUDED_BY_GRAPH = NO
245 GRAPHICAL_HIERARCHY = YES
246 DIRECTORY_GRAPH = YES
247 DOT_IMAGE_FORMAT = jpg
251 MAX_DOT_GRAPH_WIDTH = 1024
252 MAX_DOT_GRAPH_HEIGHT = 1200
253 MAX_DOT_GRAPH_DEPTH = 0
255 DOT_MULTI_TARGETS = NO
259 #---------------------------------------------------------------------------
260 # Configuration::additions related to the search engine
261 #---------------------------------------------------------------------------