Salome HOME
6965a18e27cb77a8fbdec58a2f57b5f83df13011
[tools/medcoupling.git] / doc / developer / doxygen / Doxyfile_med_dev.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 Developers' Guide"
26 PROJECT_NUMBER         =
27 OUTPUT_DIRECTORY       = doc_ref_dev
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_dev
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                          NormalizedGeometricTypes \
113                          NormalizedUnstructuredMesh.*xx \
114                          Interpolation2D.*xx \
115                          Interpolation3D.*xx \
116                          Interpolation3DSurf.*xx \
117                          InterpolationMatrix.*xx \
118                          PlanarIntersector.*xx \
119                          TargetIntersector.*xx \
120                          Interpolation.*xx \
121                          InterpolationOptions.*xx \
122                          InterpKernelGeo2DAbstractEdge.*xx \
123                          InterpKernelGeo2DEdge.*xx \
124                          InterpKernelGeo2DEdgeArcCircle.*xx \
125                          InterpKernelGeo2DEdgeLin.*xx \
126                          InterpKernelGeo2DComposedEdge.*xx \
127                          InterpKernelGeo2DElementaryEdge.*xx \
128                          InterpKernelGeo2DNode.*xx \
129                          InterpKernelGeo2DQuadraticPolygon.*xx \
130                          ParaFIELD.*xx \
131                          ParaMESH.*xx \
132                          MEDCouplingMesh.*xx \
133                          MEDCouplingUMesh.*xx \
134                          MEDCouplingUMesh_intersection.*xx \
135                          MEDCoupling1GTUMesh.*xx \
136                          MEDCouplingPointSet.*xx \
137                          MEDCouplingCMesh.*xx \
138                          MEDCouplingIMesh.*xx \
139                          MEDCouplingStructuredMesh.*xx \
140                          MEDCouplingCurveLinearMesh.*xx \
141                          MEDCouplingMappedExtrudedMesh.*xx \
142                          MEDCouplingFieldDouble.*xx \
143                          MEDCouplingFieldInt.*xx \
144                          MEDCouplingFieldT.*xx \
145                          MEDCouplingField.*xx \
146                          MEDCouplingNatureOfFieldEnum \
147                          MEDCouplingNatureOfField.hxx \
148                          MEDCouplingFieldTemplate.*xx \
149                          MEDCouplingFieldDiscretization.*xx \
150                          MEDCouplingTimeDiscretization.*xx \
151                          MEDCouplingAMRAttribute.*xx \
152                          MEDCouplingCartesianAMRMesh.*xx \
153                          MEDCouplingTimeLabel.*xx \
154                          MEDCouplingRefCountObject.*xx \
155                          MEDCouplingMemArray.*xx \
156                          MEDCouplingGaussLocalization.*xx \
157                          MEDCouplingRemapper.*xx \
158                          MEDLoader.*xx \
159                          MEDFileData.*xx \
160                          MEDFileParameter.*xx \
161                          MEDFileMesh.*xx \
162                          MEDFileFieldGlobs.*xx \
163                          MEDFileFieldInternal.*xx \
164                          MEDFileField1TS.*xx \
165                          MEDFileFieldMultiTS.*xx \
166                          MEDFileField.*xx \
167                          MEDFileFieldVisitor.hxx \
168                          *Servant.*xx \
169                          *.dox
170 RECURSIVE              = YES
171 EXCLUDE                = CVS
172 EXCLUDE_PATTERNS       = *~
173 EXCLUDE_SYMBOLS        = ICoCo
174 EXAMPLE_PATH           = @PROJECT_SOURCE_DIR@/src/ParaMEDMEM \
175                          @PROJECT_SOURCE_DIR@/src/MEDCoupling/Test \
176                          @PROJECT_SOURCE_DIR@/src/MEDCoupling_Swig \
177                          @PROJECT_SOURCE_DIR@/src/MEDLoader/Swig
178 EXAMPLE_PATTERNS       = *.cxx *.py
179 EXAMPLE_RECURSIVE      = NO
180 IMAGE_PATH             = @CMAKE_CURRENT_SOURCE_DIR@/figures
181 INPUT_FILTER           =
182 FILTER_SOURCE_FILES    = NO
183 #---------------------------------------------------------------------------
184 # configuration options related to source browsing
185 #---------------------------------------------------------------------------
186 SOURCE_BROWSER         = NO
187 INLINE_SOURCES         = NO
188 REFERENCED_BY_RELATION = YES
189 REFERENCES_RELATION    = YES
190 #---------------------------------------------------------------------------
191 # configuration options related to the alphabetical class index
192 #---------------------------------------------------------------------------
193 ALPHABETICAL_INDEX     = YES
194 COLS_IN_ALPHA_INDEX    = 5
195 IGNORE_PREFIX          =
196 #---------------------------------------------------------------------------
197 # configuration options related to the HTML output
198 #---------------------------------------------------------------------------
199 GENERATE_HTML          = YES
200 HTML_OUTPUT            = html
201 HTML_HEADER            = @CMAKE_CURRENT_BINARY_DIR@/static/header.html
202 HTML_FOOTER            = @CMAKE_CURRENT_SOURCE_DIR@/static/footer.html
203 HTML_EXTRA_STYLESHEET  = @CMAKE_CURRENT_SOURCE_DIR@/static/medcoupling_extra.css
204 GENERATE_HTMLHELP      = NO
205 GENERATE_CHI           = YES
206 BINARY_TOC             = NO
207 TOC_EXPAND             = YES
208 DISABLE_INDEX          = NO
209 ENUM_VALUES_PER_LINE   = 4
210 GENERATE_TREEVIEW      = YES
211 TREEVIEW_WIDTH         = 250
212
213 #---------------------------------------------------------------------------
214 #SORT related options
215 #---------------------------------------------------------------------------
216 SORT_GROUP_NAMES = NO
217
218 #---------------------------------------------------------------------------
219 # configuration options related to the LaTeX output
220 #---------------------------------------------------------------------------
221 GENERATE_LATEX         = YES
222 LATEX_OUTPUT           = latex
223 COMPACT_LATEX          = YES
224 PAPER_TYPE             = a4wide
225 EXTRA_PACKAGES         =
226 LATEX_HEADER           =
227 PDF_HYPERLINKS         = NO
228 USE_PDFLATEX           = NO
229 LATEX_BATCHMODE        = NO
230 #---------------------------------------------------------------------------
231 # configuration options related to the RTF output
232 #---------------------------------------------------------------------------
233 GENERATE_RTF           = NO
234 RTF_OUTPUT             = rtf
235 COMPACT_RTF            = NO
236 RTF_HYPERLINKS         = NO
237 RTF_STYLESHEET_FILE    =
238 RTF_EXTENSIONS_FILE    =
239 #---------------------------------------------------------------------------
240 # configuration options related to the man page output
241 #---------------------------------------------------------------------------
242 GENERATE_MAN           = NO
243 MAN_OUTPUT             = man
244 MAN_EXTENSION          = .3
245 MAN_LINKS              = NO
246 #---------------------------------------------------------------------------
247 # configuration options related to the XML output
248 #---------------------------------------------------------------------------
249 GENERATE_XML           = YES
250 XML_OUTPUT             = xml
251 XML_PROGRAMLISTING     = NO
252 #---------------------------------------------------------------------------
253 # Configuration options related to the preprocessor
254 #---------------------------------------------------------------------------
255 ENABLE_PREPROCESSING   = YES
256 MACRO_EXPANSION        = YES
257 EXPAND_ONLY_PREDEF     = YES
258 SEARCH_INCLUDES        = YES
259 INCLUDE_PATH           =
260 INCLUDE_FILE_PATTERNS  =
261 PREDEFINED             =
262 EXPAND_AS_DEFINED      = MEDCOUPLING_EXPORT MEDCOUPLINGREMAPPER_EXPORT MEDLOADER_EXPORT
263 SKIP_FUNCTION_MACROS   = YES
264 #---------------------------------------------------------------------------
265 # Configuration::additions related to external references
266 #---------------------------------------------------------------------------
267 TAGFILES               =
268 GENERATE_TAGFILE       =
269 ALLEXTERNALS           = NO
270 PERL_PATH              = /usr/bin/perl
271 #---------------------------------------------------------------------------
272 # Configuration options related to the dot tool
273 #---------------------------------------------------------------------------
274 CLASS_DIAGRAMS         = YES
275 HAVE_DOT               = YES
276 CLASS_GRAPH            = YES
277 COLLABORATION_GRAPH    = YES
278 TEMPLATE_RELATIONS     = YES
279 HIDE_UNDOC_RELATIONS   = YES
280 INCLUDE_GRAPH          = YES
281 INCLUDED_BY_GRAPH      = YES
282 GRAPHICAL_HIERARCHY    = YES
283 DOT_PATH               =
284 DOT_FONTNAME           = Arial
285 DOTFILE_DIRS           =
286 GENERATE_LEGEND        = YES
287 DOT_CLEANUP            = YES
288 #---------------------------------------------------------------------------
289 # Configuration::additions related to the search engine
290 #---------------------------------------------------------------------------
291 SEARCHENGINE           = YES
292 SERVER_BASED_SEARCH    = @MEDCOUPLING_SERVER_BASED_SEARCH@
293 EXTERNAL_SEARCH        = NO