Salome HOME
Debug of CMake build procedure
[modules/med.git] / doc / doxygen / Doxyfile_med_user.in
1 # Copyright (C) 2007-2014  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           = "SALOME MED 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 #---------------------------------------------------------------------------
62 # configuration options related to warning and progress messages
63 #---------------------------------------------------------------------------
64 QUIET                  = NO
65 WARNINGS               = YES
66 WARN_IF_UNDOCUMENTED   = YES
67 WARN_FORMAT            = "$file:$line: $text"
68 WARN_LOGFILE           = log_user
69 #---------------------------------------------------------------------------
70 # configuration options related to the input files
71 #---------------------------------------------------------------------------
72
73 INPUT                  = @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/intro.dox \
74                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/glossary.dox \
75                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/library.dox \
76                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/medcoupling.dox \
77                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/medloader.dox \
78                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/interptools.dox \
79                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/functionalities.dox \
80                          @CMAKE_CURRENT_BINARY_DIR@/medcouplingexamplesPY.dox \
81                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/gui.dox \
82                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/tools.dox \
83                          @CMAKE_CURRENT_BINARY_DIR@/medcouplingexamplesCPP.dox \
84                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/medcoupling \
85                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/medloader \
86                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/interpolation \
87                          @CMAKE_CURRENT_SOURCE_DIR@/doxfiles/install.dox \
88                          @CMAKE_CURRENT_SOURCE_DIR@/fakesources \
89                          @CMAKE_CURRENT_SOURCE_DIR@/../../src/ParaMEDMEM \
90                          @CMAKE_CURRENT_SOURCE_DIR@/../../src/INTERP_KERNEL \
91                          @CMAKE_CURRENT_SOURCE_DIR@/../../src/INTERP_KERNEL/Bases \
92                          @CMAKE_CURRENT_SOURCE_DIR@/../../src/INTERP_KERNEL/Geometric2D \
93                          @CMAKE_CURRENT_SOURCE_DIR@/../../src/MEDCoupling \
94                          @CMAKE_CURRENT_SOURCE_DIR@/../../src/MEDLoader
95
96 FILE_PATTERNS          = InterpKernelDEC.* \
97                          OverlapDEC.* \
98                          DEC.* \
99                          DisjointDEC.* \
100                          MPIProcessorGroup.* \
101                          StructuredCoincidentDEC.* \
102                          ExplicitCoincidentDEC.* \
103                          NonCoincidentDEC.* \
104                          CommInterface.* \
105                          NormalizedGeometricTypes \
106                          NormalizedUnstructuredMesh.* \
107                          Interpolation2D.* \
108                          Interpolation3D.* \
109                          Interpolation3DSurf.* \
110                          InterpolationMatrix.* \
111                          PlanarIntersector.* \
112                          TargetIntersector.* \
113                          Interpolation.* \
114                          InterpolationOptions.* \
115                          InterpKernelGeo2DAbstractEdge.* \
116                          InterpKernelGeo2DEdge.* \
117                          InterpKernelGeo2DEdgeArcCircle.* \
118                          InterpKernelGeo2DEdgeLin.* \
119                          InterpKernelGeo2DComposedEdge.* \
120                          InterpKernelGeo2DElementaryEdge.* \
121                          InterpKernelGeo2DNode.* \
122                          InterpKernelGeo2DQuadraticPolygon.* \
123                          ParaFIELD.* \
124                          MEDCouplingMesh.* \
125                          MEDCouplingUMesh.* \
126                          MEDCoupling1GTUMesh.* \
127                          MEDCouplingPointSet.* \
128                          MEDCouplingCMesh.* \
129                          MEDCouplingStructuredMesh.* \
130                          MEDCouplingCurveLinearMesh.* \
131                          MEDCouplingExtrudedMesh.* \
132                          MEDCouplingFieldDouble.* \
133                          MEDCouplingField.* \
134                          MEDCouplingNatureOfFieldEnum \
135                          MEDCouplingNatureOfField.hxx \
136                          MEDCouplingFieldTemplate.* \
137                          MEDCouplingFieldDiscretization.* \
138                          MEDCouplingTimeDiscretization.* \
139                          MEDCouplingTimeLabel.* \
140                          MEDCouplingRefCountObject.* \
141                          MEDCouplingMemArray.* \
142                          MEDCouplingRemapper.* \
143                          MEDLoader.* \
144                          MEDFileMesh.* \
145                          MEDFileField.* \
146                          *.dox
147 RECURSIVE              = YES
148 EXCLUDE                = CVS
149 EXCLUDE_PATTERNS       = *~
150 EXAMPLE_PATH           = @CMAKE_CURRENT_SOURCE_DIR@/../../src/ParaMEDMEM \
151                          @CMAKE_CURRENT_SOURCE_DIR@/../../src/MEDCoupling/Test \
152                          @CMAKE_CURRENT_SOURCE_DIR@/../../src/MEDCoupling_Swig \
153                          @CMAKE_CURRENT_SOURCE_DIR@/../../src/MEDLoader/Swig
154 EXAMPLE_PATTERNS       = *.cxx *.py
155 EXAMPLE_RECURSIVE      = NO
156 IMAGE_PATH             = @CMAKE_CURRENT_SOURCE_DIR@/figures
157 INPUT_FILTER           =
158 FILTER_SOURCE_FILES    = NO
159 #---------------------------------------------------------------------------
160 # configuration options related to source browsing
161 #---------------------------------------------------------------------------
162 SOURCE_BROWSER         = NO
163 INLINE_SOURCES         = NO
164 REFERENCED_BY_RELATION = YES
165 REFERENCES_RELATION    = YES
166 #---------------------------------------------------------------------------
167 # configuration options related to the alphabetical class index
168 #---------------------------------------------------------------------------
169 ALPHABETICAL_INDEX     = YES
170 COLS_IN_ALPHA_INDEX    = 5
171 IGNORE_PREFIX          =
172 #---------------------------------------------------------------------------
173 # configuration options related to the HTML output
174 #---------------------------------------------------------------------------
175 GENERATE_HTML          = YES
176 HTML_OUTPUT            = html
177 HTML_HEADER            = @CMAKE_CURRENT_BINARY_DIR@/static/header.html
178 HTML_FOOTER            = @CMAKE_CURRENT_SOURCE_DIR@/static/footer.html
179 HTML_EXTRA_STYLESHEET  = @CMAKE_CURRENT_SOURCE_DIR@/static/salome_extra.css
180 GENERATE_HTMLHELP      = NO
181 GENERATE_CHI           = YES
182 BINARY_TOC             = NO
183 TOC_EXPAND             = YES
184 DISABLE_INDEX          = NO
185 ENUM_VALUES_PER_LINE   = 4
186 GENERATE_TREEVIEW      = YES
187 TREEVIEW_WIDTH         = 250
188
189 #---------------------------------------------------------------------------
190 #SORT related options
191 #---------------------------------------------------------------------------
192 SORT_GROUP_NAMES = NO
193
194 #---------------------------------------------------------------------------
195 # configuration options related to the LaTeX output
196 #---------------------------------------------------------------------------
197 GENERATE_LATEX         = YES
198 LATEX_OUTPUT           = latex
199 COMPACT_LATEX          = YES
200 PAPER_TYPE             = a4wide
201 EXTRA_PACKAGES         =
202 LATEX_HEADER           =
203 PDF_HYPERLINKS         = NO
204 USE_PDFLATEX           = NO
205 LATEX_BATCHMODE        = NO
206 #---------------------------------------------------------------------------
207 # configuration options related to the RTF output
208 #---------------------------------------------------------------------------
209 GENERATE_RTF           = NO
210 RTF_OUTPUT             = rtf
211 COMPACT_RTF            = NO
212 RTF_HYPERLINKS         = NO
213 RTF_STYLESHEET_FILE    =
214 RTF_EXTENSIONS_FILE    =
215 #---------------------------------------------------------------------------
216 # configuration options related to the man page output
217 #---------------------------------------------------------------------------
218 GENERATE_MAN           = NO
219 MAN_OUTPUT             = man
220 MAN_EXTENSION          = .3
221 MAN_LINKS              = NO
222 #---------------------------------------------------------------------------
223 # configuration options related to the XML output
224 #---------------------------------------------------------------------------
225 GENERATE_XML           = NO
226 #---------------------------------------------------------------------------
227 # Configuration options related to the preprocessor
228 #---------------------------------------------------------------------------
229 ENABLE_PREPROCESSING   = YES
230 MACRO_EXPANSION        = YES
231 EXPAND_ONLY_PREDEF     = YES
232 SEARCH_INCLUDES        = YES
233 INCLUDE_PATH           =
234 INCLUDE_FILE_PATTERNS  =
235 PREDEFINED             =
236 EXPAND_AS_DEFINED      = MEDCOUPLING_EXPORT MEDCOUPLINGREMAPPER_EXPORT MEDLOADER_EXPORT
237 SKIP_FUNCTION_MACROS   = YES
238 #---------------------------------------------------------------------------
239 # Configuration::additions related to external references
240 #---------------------------------------------------------------------------
241 TAGFILES               =
242 GENERATE_TAGFILE       =
243 ALLEXTERNALS           = NO
244 PERL_PATH              = /usr/bin/perl
245 #---------------------------------------------------------------------------
246 # Configuration options related to the dot tool
247 #---------------------------------------------------------------------------
248 CLASS_DIAGRAMS         = YES
249 HAVE_DOT               = YES
250 CLASS_GRAPH            = YES
251 COLLABORATION_GRAPH    = YES
252 TEMPLATE_RELATIONS     = YES
253 HIDE_UNDOC_RELATIONS   = YES
254 INCLUDE_GRAPH          = YES
255 INCLUDED_BY_GRAPH      = YES
256 GRAPHICAL_HIERARCHY    = YES
257 DOT_PATH               =
258 DOT_FONTNAME           = Arial
259 DOTFILE_DIRS           =
260 GENERATE_LEGEND        = YES
261 DOT_CLEANUP            = YES
262 #---------------------------------------------------------------------------
263 # Configuration::additions related to the search engine
264 #---------------------------------------------------------------------------
265 SEARCHENGINE           = NO