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