Salome HOME
Merge from V6_main 01/04/2013
[modules/med.git] / src / MEDMEM / Doxyfile_med_devel.in
1 # Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 # This library is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU Lesser General Public
8 # License as published by the Free Software Foundation; either
9 # version 2.1 of the License.
10 #
11 # This library is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 # Lesser General Public License for more details.
15 #
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with this library; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22
23 # Doxyfile 0.1
24 #---------------------------------------------------------------------------
25 # General configuration options
26 #---------------------------------------------------------------------------
27 #
28 PROJECT_NAME           = "Med Memory Developpers'"
29 PROJECT_NUMBER         = @VERSION@
30 OUTPUT_DIRECTORY       = doc_ref_devel
31 OUTPUT_LANGUAGE        = English
32 EXTRACT_ALL            = YES
33 EXTRACT_PRIVATE        = YES
34 EXTRACT_STATIC         = NO
35 HIDE_UNDOC_MEMBERS     = NO
36 HIDE_UNDOC_CLASSES     = NO
37 BRIEF_MEMBER_DESC      = YES
38 REPEAT_BRIEF           = YES
39 ALWAYS_DETAILED_SEC    = NO
40 FULL_PATH_NAMES        = NO
41 STRIP_FROM_PATH        = 
42 INTERNAL_DOCS          = NO
43 STRIP_CODE_COMMENTS    = YES
44 CASE_SENSE_NAMES       = YES
45 SHORT_NAMES            = NO
46 HIDE_SCOPE_NAMES       = NO
47 VERBATIM_HEADERS       = YES
48 SHOW_INCLUDE_FILES     = YES
49 JAVADOC_AUTOBRIEF      = NO
50 INHERIT_DOCS           = YES
51 INLINE_INFO            = YES
52 SORT_MEMBER_DOCS       = YES
53 DISTRIBUTE_GROUP_DOC   = NO
54 TAB_SIZE               = 8
55 GENERATE_TODOLIST      = YES
56 GENERATE_TESTLIST      = YES
57 GENERATE_BUGLIST       = YES
58 ALIASES                = 
59 ENABLED_SECTIONS       = developper
60 MAX_INITIALIZER_LINES  = 30
61 OPTIMIZE_OUTPUT_FOR_C  = NO
62 SHOW_USED_FILES        = YES
63 #---------------------------------------------------------------------------
64 # configuration options related to warning and progress messages
65 #---------------------------------------------------------------------------
66 QUIET                  = NO
67 WARNINGS               = YES
68 WARN_IF_UNDOCUMENTED   = YES
69 WARN_FORMAT            = 
70 WARN_LOGFILE           = 
71 #---------------------------------------------------------------------------
72 # configuration options related to the input files
73 #---------------------------------------------------------------------------
74 INPUT                  = @srcdir@
75 FILE_PATTERNS          = MEDMEM*.hxx \
76                          MEDMEM*.cxx
77 RECURSIVE              = NO
78 EXCLUDE                = CVS
79 EXCLUDE_PATTERNS       = MEDMEM_TypeMeshDriver.* \
80                          MEDMEM_Utilities.hxx
81 EXAMPLE_PATH           = 
82 EXAMPLE_PATTERNS       =
83 EXAMPLE_RECURSIVE      = NO
84 IMAGE_PATH             = 
85 INPUT_FILTER           = 
86 FILTER_SOURCE_FILES    = NO
87 #---------------------------------------------------------------------------
88 # configuration options related to source browsing
89 #---------------------------------------------------------------------------
90 SOURCE_BROWSER         = NO
91 INLINE_SOURCES         = NO
92 REFERENCED_BY_RELATION = YES
93 REFERENCES_RELATION    = YES
94 #---------------------------------------------------------------------------
95 # configuration options related to the alphabetical class index
96 #---------------------------------------------------------------------------
97 ALPHABETICAL_INDEX     = YES
98 COLS_IN_ALPHA_INDEX    = 5
99 IGNORE_PREFIX          = 
100 #---------------------------------------------------------------------------
101 # configuration options related to the HTML output
102 #---------------------------------------------------------------------------
103 GENERATE_HTML          = YES
104 HTML_OUTPUT            = html
105 HTML_HEADER            = 
106 HTML_FOOTER            = 
107 HTML_STYLESHEET        = 
108 HTML_ALIGN_MEMBERS     = YES
109 GENERATE_HTMLHELP      = YES
110 GENERATE_CHI           = YES
111 BINARY_TOC             = NO
112 TOC_EXPAND             = YES
113 DISABLE_INDEX          = NO
114 ENUM_VALUES_PER_LINE   = 4
115 GENERATE_TREEVIEW      = YES
116 TREEVIEW_WIDTH         = 250
117 #---------------------------------------------------------------------------
118 # configuration options related to the LaTeX output
119 #---------------------------------------------------------------------------
120 GENERATE_LATEX         = YES
121 LATEX_OUTPUT           = latex
122 COMPACT_LATEX          = NO
123 PAPER_TYPE             = a4wide
124 EXTRA_PACKAGES         = 
125 LATEX_HEADER           = 
126 PDF_HYPERLINKS         = NO
127 USE_PDFLATEX           = NO
128 LATEX_BATCHMODE        = NO
129 #---------------------------------------------------------------------------
130 # configuration options related to the RTF output
131 #---------------------------------------------------------------------------
132 GENERATE_RTF           = NO
133 RTF_OUTPUT             = 
134 COMPACT_RTF            = NO
135 RTF_HYPERLINKS         = NO
136 RTF_STYLESHEET_FILE    = 
137 RTF_EXTENSIONS_FILE    = 
138 #---------------------------------------------------------------------------
139 # configuration options related to the man page output
140 #---------------------------------------------------------------------------
141 GENERATE_MAN           = NO
142 MAN_OUTPUT             = 
143 MAN_EXTENSION          = 
144 MAN_LINKS              = NO
145 #---------------------------------------------------------------------------
146 # configuration options related to the XML output
147 #---------------------------------------------------------------------------
148 GENERATE_XML           = NO
149 #---------------------------------------------------------------------------
150 # Configuration options related to the preprocessor   
151 #---------------------------------------------------------------------------
152 ENABLE_PREPROCESSING   = YES
153 MACRO_EXPANSION        = NO
154 EXPAND_ONLY_PREDEF     = NO
155 SEARCH_INCLUDES        = YES
156 INCLUDE_PATH           = 
157 INCLUDE_FILE_PATTERNS  = 
158 PREDEFINED             = 
159 EXPAND_AS_DEFINED      = 
160 SKIP_FUNCTION_MACROS   = YES
161 #---------------------------------------------------------------------------
162 # Configuration::addtions related to external references   
163 #---------------------------------------------------------------------------
164 TAGFILES               = 
165 GENERATE_TAGFILE       = 
166 ALLEXTERNALS           = NO
167 PERL_PATH              = 
168 #---------------------------------------------------------------------------
169 # Configuration options related to the dot tool   
170 #---------------------------------------------------------------------------
171 CLASS_DIAGRAMS         = YES
172 HAVE_DOT               = YES
173 CLASS_GRAPH            = YES
174 COLLABORATION_GRAPH    = YES
175 TEMPLATE_RELATIONS     = YES
176 HIDE_UNDOC_RELATIONS   = YES
177 INCLUDE_GRAPH          = YES
178 INCLUDED_BY_GRAPH      = YES
179 GRAPHICAL_HIERARCHY    = YES
180 DOT_FONTNAME           = Arial
181 DOT_PATH               = 
182 DOTFILE_DIRS           = 
183 MAX_DOT_GRAPH_WIDTH    = 1024
184 MAX_DOT_GRAPH_HEIGHT   = 1024
185 GENERATE_LEGEND        = YES
186 DOT_CLEANUP            = YES
187 #---------------------------------------------------------------------------
188 # Configuration::addtions related to the search engine   
189 #---------------------------------------------------------------------------
190 SEARCHENGINE           = NO
191 CGI_NAME               = 
192 CGI_URL                = 
193 DOC_URL                = 
194 DOC_ABSPATH            = 
195 BIN_ABSPATH            = 
196 EXT_DOC_PATHS          =