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