1 #---------------------------------------------------------------------------
2 # Project related configuration options
3 #---------------------------------------------------------------------------
4 PROJECT_NAME = "PyCalculator Sample Module Programming Guide v.@SALOMEPYCALCULATOR_VERSION@"
5 PROJECT_NUMBER = id#1.0
6 OUTPUT_DIRECTORY = PYCALCULATOR
8 OUTPUT_LANGUAGE = English
9 USE_WINDOWS_ENCODING = NO
10 BRIEF_MEMBER_DESC = YES
13 ALWAYS_DETAILED_SEC = YES
14 INLINE_INHERITED_MEMB = YES
16 STRIP_FROM_PATH = @PROJECT_SOURCE_DIR@ @PROJECT_BINARY_DIR@
19 JAVADOC_AUTOBRIEF = YES
20 MULTILINE_CPP_IS_BRIEF = NO
23 SEPARATE_MEMBER_PAGES = NO
26 OPTIMIZE_OUTPUT_FOR_C = YES
27 OPTIMIZE_OUTPUT_JAVA = YES
28 BUILTIN_STL_SUPPORT = @DOXYGEN_SUPPORT_STL@
29 DISTRIBUTE_GROUP_DOC = NO
32 #---------------------------------------------------------------------------
33 # Build related configuration options
34 #---------------------------------------------------------------------------
38 EXTRACT_LOCAL_CLASSES = YES
39 EXTRACT_LOCAL_METHODS = NO
40 HIDE_UNDOC_MEMBERS = NO
41 HIDE_UNDOC_CLASSES = NO
42 HIDE_FRIEND_COMPOUNDS = NO
43 HIDE_IN_BODY_DOCS = NO
45 CASE_SENSE_NAMES = YES
47 SHOW_INCLUDE_FILES = YES
51 SORT_BY_SCOPE_NAME = NO
52 GENERATE_TODOLIST = YES
53 GENERATE_TESTLIST = YES
54 GENERATE_BUGLIST = YES
55 GENERATE_DEPRECATEDLIST= YES
57 MAX_INITIALIZER_LINES = 25
62 #---------------------------------------------------------------------------
63 # configuration options related to warning and progress messages
64 #---------------------------------------------------------------------------
67 WARN_IF_UNDOCUMENTED = YES
68 WARN_IF_DOC_ERROR = YES
70 WARN_FORMAT = "$file:$line: $text"
73 #---------------------------------------------------------------------------
74 # configuration options related to the input files
75 #---------------------------------------------------------------------------
76 INPUT = @PROJECT_SOURCE_DIR@/src \
77 @PROJECT_SOURCE_DIR@/bin \
78 @PROJECT_SOURCE_DIR@/idl \
79 @PROJECT_BINARY_DIR@/bin
80 FILE_PATTERNS = *.idl *.hxx *.cxx *.h *.c *.hh *.cc @DOXYGEN_PYTHON_EXTENSION@
87 EXAMPLE_RECURSIVE = NO
88 IMAGE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/images
91 FILTER_SOURCE_FILES = YES
93 #---------------------------------------------------------------------------
94 # configuration options related to source browsing
95 #---------------------------------------------------------------------------
98 STRIP_CODE_COMMENTS = YES
99 REFERENCED_BY_RELATION = NO
100 REFERENCES_RELATION = YES
102 VERBATIM_HEADERS = YES
104 #---------------------------------------------------------------------------
105 # configuration options related to the alphabetical class index
106 #---------------------------------------------------------------------------
107 ALPHABETICAL_INDEX = YES
108 COLS_IN_ALPHA_INDEX = 3
111 #---------------------------------------------------------------------------
112 # configuration options related to the HTML output
113 #---------------------------------------------------------------------------
116 HTML_FILE_EXTENSION = .html
117 HTML_HEADER = @CMAKE_CURRENT_BINARY_DIR@/static/header.html
118 HTML_FOOTER = @CMAKE_CURRENT_SOURCE_DIR@/static/footer.html
119 HTML_EXTRA_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/static/salome_extra.css
120 GENERATE_HTMLHELP = NO
127 ENUM_VALUES_PER_LINE = 4
128 GENERATE_TREEVIEW = YES
131 #---------------------------------------------------------------------------
132 # configuration options related to the LaTeX output
133 #---------------------------------------------------------------------------
136 LATEX_CMD_NAME = latex
137 MAKEINDEX_CMD_NAME = makeindex
145 LATEX_HIDE_INDICES = NO
147 #---------------------------------------------------------------------------
148 # configuration options related to the RTF output
149 #---------------------------------------------------------------------------
154 RTF_STYLESHEET_FILE =
155 RTF_EXTENSIONS_FILE =
157 #---------------------------------------------------------------------------
158 # configuration options related to the man page output
159 #---------------------------------------------------------------------------
165 #---------------------------------------------------------------------------
166 # configuration options related to the XML output
167 #---------------------------------------------------------------------------
172 XML_PROGRAMLISTING = YES
174 #---------------------------------------------------------------------------
175 # configuration options for the AutoGen Definitions output
176 #---------------------------------------------------------------------------
177 GENERATE_AUTOGEN_DEF = NO
179 #---------------------------------------------------------------------------
180 # configuration options related to the Perl module output
181 #---------------------------------------------------------------------------
182 GENERATE_PERLMOD = NO
185 PERLMOD_MAKEVAR_PREFIX =
187 #---------------------------------------------------------------------------
188 # Configuration options related to the preprocessor
189 #---------------------------------------------------------------------------
190 ENABLE_PREPROCESSING = YES
192 EXPAND_ONLY_PREDEF = NO
193 SEARCH_INCLUDES = YES
195 INCLUDE_FILE_PATTERNS =
198 SKIP_FUNCTION_MACROS = NO
200 #---------------------------------------------------------------------------
201 # Configuration::additions related to external references
202 #---------------------------------------------------------------------------
206 EXTERNAL_GROUPS = YES
207 PERL_PATH = /usr/bin/perl
209 #---------------------------------------------------------------------------
210 # Configuration options related to the dot tool
211 #---------------------------------------------------------------------------
213 HIDE_UNDOC_RELATIONS = NO
216 COLLABORATION_GRAPH = NO
219 TEMPLATE_RELATIONS = YES
221 INCLUDED_BY_GRAPH = NO
223 GRAPHICAL_HIERARCHY = YES
224 DIRECTORY_GRAPH = YES
225 DOT_IMAGE_FORMAT = jpg
229 MAX_DOT_GRAPH_WIDTH = 1024
230 MAX_DOT_GRAPH_HEIGHT = 1200
231 MAX_DOT_GRAPH_DEPTH = 0
233 DOT_MULTI_TARGETS = NO
237 #---------------------------------------------------------------------------
238 # Configuration::additions related to the search engine
239 #---------------------------------------------------------------------------