Salome HOME
Share test definition
[tools/medcoupling.git] / doc / user / doxygen / Doxyfile_med_user.in
1 # Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
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, or (at your option) any later version.
7 #
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.
12 #
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
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 # Doxyfile 0.1
21 #---------------------------------------------------------------------------
22 # General configuration options
23 #---------------------------------------------------------------------------
24 #
25 PROJECT_NAME           = "MEDCoupling Users' Guide"
26 PROJECT_NUMBER         =
27 OUTPUT_DIRECTORY       = doc_ref_user
28 OUTPUT_LANGUAGE        = English
29 EXTRACT_ALL            = YES
30 EXTRACT_PRIVATE        = NO
31 EXTRACT_STATIC         = NO
32 HIDE_UNDOC_MEMBERS     = YES
33 HIDE_UNDOC_CLASSES     = YES
34 BRIEF_MEMBER_DESC      = NO
35 REPEAT_BRIEF           = YES
36 ALWAYS_DETAILED_SEC    = NO
37 FULL_PATH_NAMES        = NO
38 STRIP_FROM_PATH        =
39 INTERNAL_DOCS          = NO
40 STRIP_CODE_COMMENTS    = YES
41 CASE_SENSE_NAMES       = YES
42 SHORT_NAMES            = NO
43 HIDE_SCOPE_NAMES       = NO
44 VERBATIM_HEADERS       = NO
45 SHOW_INCLUDE_FILES     = NO
46 JAVADOC_AUTOBRIEF      = NO
47 INHERIT_DOCS           = YES
48 MARKDOWN_SUPPORT       = YES
49 INLINE_INFO            = NO
50 SORT_MEMBER_DOCS       = NO
51 DISTRIBUTE_GROUP_DOC   = NO
52 TAB_SIZE               = 8
53 GENERATE_TODOLIST      = YES
54 GENERATE_TESTLIST      = YES
55 GENERATE_BUGLIST       = YES
56 ALIASES                =
57 ENABLED_SECTIONS       = user MEDCOUPLING_ug
58 MAX_INITIALIZER_LINES  = 30
59 OPTIMIZE_OUTPUT_FOR_C  = NO
60 SHOW_USED_FILES        = NO
61 SORT_BRIEF_DOCS        = YES
62 #---------------------------------------------------------------------------
63 # configuration options related to warning and progress messages
64 #---------------------------------------------------------------------------
65 QUIET                  = NO
66 WARNINGS               = YES
67 WARN_IF_UNDOCUMENTED   = YES
68 WARN_FORMAT            = "$file:$line: $text"
69 WARN_LOGFILE           = log_user
70 #---------------------------------------------------------------------------
71 # configuration options related to the input files
72 #---------------------------------------------------------------------------
73
74 INPUT                  = @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/index.dox \
75                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/faq.dox \
76                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/start \
77                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/tutorial.dox \
78                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/reference \
79                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/reference/arrays \
80                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/reference/meshes \
81                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/reference/fields \
82                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/reference/medloader \
83                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/reference/interpolation \
84                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/reference/cpp \
85                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/reference/distrib \
86                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/reference/misc \
87                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/examples/examples.dox \
88                          @CMAKE_CURRENT_BINARY_DIR@/medcouplingexamplesPY.dox \
89                          @CMAKE_CURRENT_BINARY_DIR@/medcouplingexamplesCPP.dox \
90                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/appendix \
91                          @CMAKE_CURRENT_SOURCE_DIR@/fakesources \
92                          @PROJECT_SOURCE_DIR@/src/ParaMEDMEM \
93                          @PROJECT_SOURCE_DIR@/src/INTERP_KERNEL \
94                          @PROJECT_SOURCE_DIR@/src/INTERP_KERNEL/Bases \
95                          @PROJECT_SOURCE_DIR@/src/INTERP_KERNEL/Geometric2D \
96                          @PROJECT_SOURCE_DIR@/src/MEDCoupling \
97                          @PROJECT_SOURCE_DIR@/src/MEDLoader
98
99 FILE_PATTERNS          = InterpKernelDEC.*xx \
100                          OverlapDEC.*xx \
101                          DEC.*xx \
102                          DECOptions.*xx \
103                          DisjointDEC.*xx \
104                          *Topology.*xx \
105                          MPIProcessorGroup.*xx \
106                          ProcessorGroup.*xx \
107                          MPIAccess.*xx \
108                          StructuredCoincidentDEC.*xx \
109                          ExplicitCoincidentDEC.*xx \
110                          NonCoincidentDEC.*xx \
111                          CommInterface.*xx \
112                          ICoCo*.*xx \
113                          NormalizedGeometricTypes \
114                          NormalizedUnstructuredMesh.*xx \
115                          Interpolation2D.*xx \
116                          Interpolation3D.*xx \
117                          Interpolation3DSurf.*xx \
118                          InterpolationMatrix.*xx \
119                          PlanarIntersector.*xx \
120                          TargetIntersector.*xx \
121                          Interpolation.*xx \
122                          InterpolationOptions.*xx \
123                          InterpKernelGeo2DAbstractEdge.*xx \
124                          InterpKernelGeo2DEdge.*xx \
125                          InterpKernelGeo2DEdgeArcCircle.*xx \
126                          InterpKernelGeo2DEdgeLin.*xx \
127                          InterpKernelGeo2DComposedEdge.*xx \
128                          InterpKernelGeo2DElementaryEdge.*xx \
129                          InterpKernelGeo2DNode.*xx \
130                          InterpKernelGeo2DQuadraticPolygon.*xx \
131                          ParaFIELD.*xx \
132                          ParaMESH.*xx \
133                          MEDCouplingMesh.*xx \
134                          MEDCouplingUMesh.*xx \
135                          MEDCouplingUMesh_intersection.*xx \
136                          MEDCoupling1GTUMesh.*xx \
137                          MEDCouplingPointSet.*xx \
138                          MEDCouplingCMesh.*xx \
139                          MEDCouplingIMesh.*xx \
140                          MEDCouplingStructuredMesh.*xx \
141                          MEDCouplingCurveLinearMesh.*xx \
142                          MEDCouplingMappedExtrudedMesh.*xx \
143                          MEDCouplingFieldDouble.*xx \
144                          MEDCouplingFieldInt.*xx \
145                          MEDCouplingFieldT.*xx \
146                          MEDCouplingField.*xx \
147                          MEDCouplingNatureOfFieldEnum \
148                          MEDCouplingNatureOfField.hxx \
149                          MEDCouplingFieldTemplate.*xx \
150                          MEDCouplingFieldDiscretization.*xx \
151                          MEDCouplingTimeDiscretization.*xx \
152                          MEDCouplingAMRAttribute.*xx \
153                          MEDCouplingCartesianAMRMesh.*xx \
154                          MEDCouplingTimeLabel.*xx \
155                          MEDCouplingRefCountObject.*xx \
156                          MCAuto.*xx \
157                          MEDCouplingMemArray.*xx \
158                          MEDCouplingGaussLocalization.*xx \
159                          MEDCouplingRemapper.*xx \
160                          MEDLoader.*xx \
161                          MEDFileData.*xx \
162                          MEDFileParameter.*xx \
163                          MEDFileMesh.*xx \
164                          MEDFileField.*xx \
165                          *Servant.*xx \
166                          *.dox
167 RECURSIVE              = YES
168 EXCLUDE                = CVS
169 EXCLUDE_PATTERNS       = *~
170 EXAMPLE_PATH           = @PROJECT_SOURCE_DIR@/src/ParaMEDMEM \
171                          @PROJECT_SOURCE_DIR@/src/MEDCoupling/Test \
172                          @PROJECT_SOURCE_DIR@/src/MEDCoupling_Swig \
173                          @PROJECT_SOURCE_DIR@/src/MEDLoader/Swig
174 EXAMPLE_PATTERNS       = *.cxx *.py
175 EXAMPLE_RECURSIVE      = NO
176 IMAGE_PATH             = @CMAKE_CURRENT_SOURCE_DIR@/figures
177 INPUT_FILTER           =
178 FILTER_SOURCE_FILES    = NO
179 #---------------------------------------------------------------------------
180 # configuration options related to source browsing
181 #---------------------------------------------------------------------------
182 SOURCE_BROWSER         = NO
183 INLINE_SOURCES         = NO
184 REFERENCED_BY_RELATION = YES
185 REFERENCES_RELATION    = YES
186 #---------------------------------------------------------------------------
187 # configuration options related to the alphabetical class index
188 #---------------------------------------------------------------------------
189 ALPHABETICAL_INDEX     = YES
190 COLS_IN_ALPHA_INDEX    = 5
191 IGNORE_PREFIX          =
192 #---------------------------------------------------------------------------
193 # configuration options related to the HTML output
194 #---------------------------------------------------------------------------
195 GENERATE_HTML          = YES
196 HTML_OUTPUT            = html
197 HTML_HEADER            = @CMAKE_CURRENT_BINARY_DIR@/static/header.html
198 HTML_FOOTER            = @CMAKE_CURRENT_SOURCE_DIR@/static/footer.html
199 HTML_EXTRA_STYLESHEET  = @CMAKE_CURRENT_SOURCE_DIR@/static/medcoupling_extra.css
200 GENERATE_HTMLHELP      = NO
201 GENERATE_CHI           = YES
202 BINARY_TOC             = NO
203 TOC_EXPAND             = YES
204 DISABLE_INDEX          = NO
205 ENUM_VALUES_PER_LINE   = 4
206 GENERATE_TREEVIEW      = YES
207 TREEVIEW_WIDTH         = 250
208
209 #---------------------------------------------------------------------------
210 #SORT related options
211 #---------------------------------------------------------------------------
212 SORT_GROUP_NAMES = NO
213
214 #---------------------------------------------------------------------------
215 # configuration options related to the LaTeX output
216 #---------------------------------------------------------------------------
217 GENERATE_LATEX         = YES
218 LATEX_OUTPUT           = latex
219 COMPACT_LATEX          = YES
220 PAPER_TYPE             = a4wide
221 EXTRA_PACKAGES         =
222 LATEX_HEADER           =
223 PDF_HYPERLINKS         = NO
224 USE_PDFLATEX           = NO
225 LATEX_BATCHMODE        = NO
226 #---------------------------------------------------------------------------
227 # configuration options related to the RTF output
228 #---------------------------------------------------------------------------
229 GENERATE_RTF           = NO
230 RTF_OUTPUT             = rtf
231 COMPACT_RTF            = NO
232 RTF_HYPERLINKS         = NO
233 RTF_STYLESHEET_FILE    =
234 RTF_EXTENSIONS_FILE    =
235 #---------------------------------------------------------------------------
236 # configuration options related to the man page output
237 #---------------------------------------------------------------------------
238 GENERATE_MAN           = NO
239 MAN_OUTPUT             = man
240 MAN_EXTENSION          = .3
241 MAN_LINKS              = NO
242 #---------------------------------------------------------------------------
243 # configuration options related to the XML output
244 #---------------------------------------------------------------------------
245 GENERATE_XML           = YES
246 XML_OUTPUT             = xml
247 XML_PROGRAMLISTING     = NO
248 #---------------------------------------------------------------------------
249 # Configuration options related to the preprocessor
250 #---------------------------------------------------------------------------
251 ENABLE_PREPROCESSING   = YES
252 MACRO_EXPANSION        = YES
253 EXPAND_ONLY_PREDEF     = YES
254 SEARCH_INCLUDES        = YES
255 INCLUDE_PATH           =
256 INCLUDE_FILE_PATTERNS  =
257 PREDEFINED             =
258 EXPAND_AS_DEFINED      = MEDCOUPLING_EXPORT MEDCOUPLINGREMAPPER_EXPORT MEDLOADER_EXPORT
259 SKIP_FUNCTION_MACROS   = YES
260 #---------------------------------------------------------------------------
261 # Configuration::additions related to external references
262 #---------------------------------------------------------------------------
263 TAGFILES               =
264 GENERATE_TAGFILE       =
265 ALLEXTERNALS           = NO
266 PERL_PATH              = /usr/bin/perl
267 #---------------------------------------------------------------------------
268 # Configuration options related to the dot tool
269 #---------------------------------------------------------------------------
270 CLASS_DIAGRAMS         = YES
271 HAVE_DOT               = YES
272 CLASS_GRAPH            = YES
273 COLLABORATION_GRAPH    = YES
274 TEMPLATE_RELATIONS     = YES
275 HIDE_UNDOC_RELATIONS   = YES
276 INCLUDE_GRAPH          = YES
277 INCLUDED_BY_GRAPH      = YES
278 GRAPHICAL_HIERARCHY    = YES
279 DOT_PATH               =
280 DOT_FONTNAME           = Arial
281 DOTFILE_DIRS           =
282 GENERATE_LEGEND        = YES
283 DOT_CLEANUP            = YES
284 #---------------------------------------------------------------------------
285 # Configuration::additions related to the search engine
286 #---------------------------------------------------------------------------
287 SEARCHENGINE           = YES