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