1 #---------------------------------------------------------------------------
2 # Project related configuration options
3 #---------------------------------------------------------------------------
4 PROJECT_NAME = "SALOME Mesh Module Developer"
6 OUTPUT_DIRECTORY = SMESH
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
21 MULTILINE_CPP_IS_BRIEF = NO
24 SEPARATE_MEMBER_PAGES = NO
27 OPTIMIZE_OUTPUT_FOR_C = YES
28 OPTIMIZE_OUTPUT_JAVA = YES
29 BUILTIN_STL_SUPPORT = @DOXYGEN_SUPPORT_STL@
30 DISTRIBUTE_GROUP_DOC = NO
33 #---------------------------------------------------------------------------
34 # Build related configuration options
35 #---------------------------------------------------------------------------
39 EXTRACT_LOCAL_CLASSES = YES
40 EXTRACT_LOCAL_METHODS = YES
41 HIDE_UNDOC_MEMBERS = NO
42 HIDE_UNDOC_CLASSES = NO
43 HIDE_FRIEND_COMPOUNDS = NO
44 HIDE_IN_BODY_DOCS = NO
46 CASE_SENSE_NAMES = YES
48 SHOW_INCLUDE_FILES = YES
50 SORT_MEMBER_DOCS = YES
52 SORT_BY_SCOPE_NAME = NO
53 GENERATE_TODOLIST = YES
54 GENERATE_TESTLIST = YES
55 GENERATE_BUGLIST = YES
56 GENERATE_DEPRECATEDLIST= YES
58 MAX_INITIALIZER_LINES = 25
63 #---------------------------------------------------------------------------
64 # configuration options related to warning and progress messages
65 #---------------------------------------------------------------------------
68 WARN_IF_UNDOCUMENTED = YES
69 WARN_IF_DOC_ERROR = YES
71 WARN_FORMAT = "$file:$line: $text"
72 WARN_LOGFILE = log.txt
74 #---------------------------------------------------------------------------
75 # configuration options related to the input files
76 #---------------------------------------------------------------------------
77 INPUT = @PROJECT_SOURCE_DIR@/src \
78 @PROJECT_SOURCE_DIR@/bin \
79 @PROJECT_SOURCE_DIR@/idl \
80 @PROJECT_SOURCE_DIR@/bin \
81 @CMAKE_CURRENT_SOURCE_DIR@/input
82 FILE_PATTERNS = *.idl *.hxx *.cxx *.h *.c *.hh *.cc @DOXYGEN_PYTHON_EXTENSION@ *.doc
89 EXAMPLE_RECURSIVE = NO
90 IMAGE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/images
93 FILTER_SOURCE_FILES = YES
95 #---------------------------------------------------------------------------
96 # configuration options related to source browsing
97 #---------------------------------------------------------------------------
100 STRIP_CODE_COMMENTS = YES
101 REFERENCED_BY_RELATION = YES
102 REFERENCES_RELATION = YES
104 VERBATIM_HEADERS = YES
106 #---------------------------------------------------------------------------
107 # configuration options related to the alphabetical class index
108 #---------------------------------------------------------------------------
109 ALPHABETICAL_INDEX = YES
110 COLS_IN_ALPHA_INDEX = 2
113 #---------------------------------------------------------------------------
114 # configuration options related to the HTML output
115 #---------------------------------------------------------------------------
118 HTML_FILE_EXTENSION = .html
119 HTML_HEADER = @CMAKE_CURRENT_BINARY_DIR@/static/header.html
120 HTML_FOOTER = @CMAKE_CURRENT_SOURCE_DIR@/static/footer.html
121 HTML_EXTRA_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/static/salome_extra.css
122 HTML_EXTRA_FILES = @CMAKE_CURRENT_SOURCE_DIR@/images/head.png
123 HTML_ALIGN_MEMBERS = YES
124 GENERATE_HTMLHELP = NO
131 ENUM_VALUES_PER_LINE = 4
132 GENERATE_TREEVIEW = YES
135 #---------------------------------------------------------------------------
136 # configuration options related to the LaTeX output
137 #---------------------------------------------------------------------------
140 LATEX_CMD_NAME = latex
141 MAKEINDEX_CMD_NAME = makeindex
149 LATEX_HIDE_INDICES = NO
151 #---------------------------------------------------------------------------
152 # configuration options related to the RTF output
153 #---------------------------------------------------------------------------
158 RTF_STYLESHEET_FILE =
159 RTF_EXTENSIONS_FILE =
161 #---------------------------------------------------------------------------
162 # configuration options related to the man page output
163 #---------------------------------------------------------------------------
169 #---------------------------------------------------------------------------
170 # configuration options related to the XML output
171 #---------------------------------------------------------------------------
176 XML_PROGRAMLISTING = YES
178 #---------------------------------------------------------------------------
179 # configuration options for the AutoGen Definitions output
180 #---------------------------------------------------------------------------
181 GENERATE_AUTOGEN_DEF = NO
183 #---------------------------------------------------------------------------
184 # configuration options related to the Perl module output
185 #---------------------------------------------------------------------------
186 GENERATE_PERLMOD = NO
189 PERLMOD_MAKEVAR_PREFIX =
191 #---------------------------------------------------------------------------
192 # Configuration options related to the preprocessor
193 #---------------------------------------------------------------------------
194 ENABLE_PREPROCESSING = YES
195 MACRO_EXPANSION = YES
196 EXPAND_ONLY_PREDEF = NO
197 SEARCH_INCLUDES = YES
199 INCLUDE_FILE_PATTERNS =
202 SKIP_FUNCTION_MACROS = YES
204 #---------------------------------------------------------------------------
205 # Configuration::additions related to external references
206 #---------------------------------------------------------------------------
210 EXTERNAL_GROUPS = YES
211 PERL_PATH = /usr/bin/perl
213 #---------------------------------------------------------------------------
214 # Configuration options related to the dot tool
215 #---------------------------------------------------------------------------
217 HIDE_UNDOC_RELATIONS = NO
220 COLLABORATION_GRAPH = NO
223 TEMPLATE_RELATIONS = YES
225 INCLUDED_BY_GRAPH = YES
227 GRAPHICAL_HIERARCHY = YES
228 DIRECTORY_GRAPH = YES
229 DOT_IMAGE_FORMAT = png
233 MAX_DOT_GRAPH_WIDTH = 1024
234 MAX_DOT_GRAPH_HEIGHT = 1024
235 MAX_DOT_GRAPH_DEPTH = 1000
237 DOT_MULTI_TARGETS = NO
238 GENERATE_LEGEND = YES
241 #---------------------------------------------------------------------------
242 # Configuration::additions related to the search engine
243 #---------------------------------------------------------------------------