ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/documentation/docmagic
Revision: 97
Committed: Fri May 9 14:30:40 2008 UTC (17 years ago) by francois
File size: 9660 byte(s)
Log Message:
Mise a jour des librairies : fichier de documentation

File Contents

# Content
1 # Doxyfile 1.4.1
2
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = "Visual MAGiC Modulaire"
7 PROJECT_NUMBER = 2007
8 OUTPUT_DIRECTORY = ./webmagic
9 CREATE_SUBDIRS = YES
10 OUTPUT_LANGUAGE = English
11 USE_WINDOWS_ENCODING = YES
12 BRIEF_MEMBER_DESC = YES
13 REPEAT_BRIEF = YES
14 ABBREVIATE_BRIEF = "The $name class" \
15 "The $name widget" \
16 "The $name file" \
17 is \
18 provides \
19 specifies \
20 contains \
21 represents \
22 a \
23 an \
24 the
25 ALWAYS_DETAILED_SEC = NO
26 INLINE_INHERITED_MEMB = NO
27 FULL_PATH_NAMES = NO
28 STRIP_FROM_PATH = "C:/Documents and Settings/francois/"
29 STRIP_FROM_INC_PATH =
30 SHORT_NAMES = NO
31 JAVADOC_AUTOBRIEF = NO
32 MULTILINE_CPP_IS_BRIEF = NO
33 DETAILS_AT_TOP = NO
34 INHERIT_DOCS = YES
35 DISTRIBUTE_GROUP_DOC = NO
36 TAB_SIZE = 8
37 ALIASES =
38 OPTIMIZE_OUTPUT_FOR_C = NO
39 OPTIMIZE_OUTPUT_JAVA = NO
40 SUBGROUPING = YES
41 #---------------------------------------------------------------------------
42 # Build related configuration options
43 #---------------------------------------------------------------------------
44 EXTRACT_ALL = YES
45 EXTRACT_PRIVATE = NO
46 EXTRACT_STATIC = NO
47 EXTRACT_LOCAL_CLASSES = YES
48 EXTRACT_LOCAL_METHODS = NO
49 HIDE_UNDOC_MEMBERS = YES
50 HIDE_UNDOC_CLASSES = YES
51 HIDE_FRIEND_COMPOUNDS = NO
52 HIDE_IN_BODY_DOCS = NO
53 INTERNAL_DOCS = NO
54 CASE_SENSE_NAMES = NO
55 HIDE_SCOPE_NAMES = NO
56 SHOW_INCLUDE_FILES = YES
57 INLINE_INFO = YES
58 SORT_MEMBER_DOCS = YES
59 SORT_BRIEF_DOCS = NO
60 SORT_BY_SCOPE_NAME = NO
61 GENERATE_TODOLIST = YES
62 GENERATE_TESTLIST = YES
63 GENERATE_BUGLIST = YES
64 GENERATE_DEPRECATEDLIST= YES
65 ENABLED_SECTIONS =
66 MAX_INITIALIZER_LINES = 30
67 SHOW_USED_FILES = YES
68 SHOW_DIRECTORIES = NO
69 FILE_VERSION_FILTER =
70 #---------------------------------------------------------------------------
71 # configuration options related to warning and progress messages
72 #---------------------------------------------------------------------------
73 QUIET = NO
74 WARNINGS = YES
75 WARN_IF_UNDOCUMENTED = YES
76 WARN_IF_DOC_ERROR = YES
77 WARN_NO_PARAMDOC = NO
78 WARN_FORMAT = "$file:$line: $text"
79 WARN_LOGFILE =
80 #---------------------------------------------------------------------------
81 # configuration options related to the input files
82 #---------------------------------------------------------------------------
83 INPUT = ../lib
84 FILE_PATTERNS = *.c \
85 *.cc \
86 *.cxx \
87 *.cpp \
88 *.c++ \
89 *.java \
90 *.ii \
91 *.ixx \
92 *.ipp \
93 *.i++ \
94 *.inl \
95 *.h \
96 *.hh \
97 *.hxx \
98 *.hpp \
99 *.h++ \
100 *.idl \
101 *.odl \
102 *.cs \
103 *.php \
104 *.php3 \
105 *.inc \
106 *.m \
107 *.mm \
108 *.dox
109 RECURSIVE = YES
110 EXCLUDE = ../lib/geometrie/geometrie/Imports \
111 ../lib/OCC_Fonction
112 EXCLUDE_SYMLINKS = NO
113 EXCLUDE_PATTERNS =
114 EXAMPLE_PATH =
115 EXAMPLE_PATTERNS = *
116 EXAMPLE_RECURSIVE = NO
117 IMAGE_PATH =
118 INPUT_FILTER =
119 FILTER_PATTERNS =
120 FILTER_SOURCE_FILES = NO
121 #---------------------------------------------------------------------------
122 # configuration options related to source browsing
123 #---------------------------------------------------------------------------
124 SOURCE_BROWSER = NO
125 INLINE_SOURCES = NO
126 STRIP_CODE_COMMENTS = YES
127 REFERENCED_BY_RELATION = YES
128 REFERENCES_RELATION = YES
129 VERBATIM_HEADERS = YES
130 #---------------------------------------------------------------------------
131 # configuration options related to the alphabetical class index
132 #---------------------------------------------------------------------------
133 ALPHABETICAL_INDEX = NO
134 COLS_IN_ALPHA_INDEX = 5
135 IGNORE_PREFIX =
136 #---------------------------------------------------------------------------
137 # configuration options related to the HTML output
138 #---------------------------------------------------------------------------
139 GENERATE_HTML = YES
140 HTML_OUTPUT = html
141 HTML_FILE_EXTENSION = .html
142 HTML_HEADER =
143 HTML_FOOTER =
144 HTML_STYLESHEET =
145 HTML_ALIGN_MEMBERS = YES
146 GENERATE_HTMLHELP = NO
147 CHM_FILE =
148 HHC_LOCATION =
149 GENERATE_CHI = NO
150 BINARY_TOC = NO
151 TOC_EXPAND = NO
152 DISABLE_INDEX = NO
153 ENUM_VALUES_PER_LINE = 1
154 GENERATE_TREEVIEW = YES
155 TREEVIEW_WIDTH = 250
156 #---------------------------------------------------------------------------
157 # configuration options related to the LaTeX output
158 #---------------------------------------------------------------------------
159 GENERATE_LATEX = NO
160 LATEX_OUTPUT = latex
161 LATEX_CMD_NAME = latex
162 MAKEINDEX_CMD_NAME = makeindex
163 COMPACT_LATEX = NO
164 PAPER_TYPE = a4wide
165 EXTRA_PACKAGES =
166 LATEX_HEADER =
167 PDF_HYPERLINKS = NO
168 USE_PDFLATEX = NO
169 LATEX_BATCHMODE = NO
170 LATEX_HIDE_INDICES = NO
171 #---------------------------------------------------------------------------
172 # configuration options related to the RTF output
173 #---------------------------------------------------------------------------
174 GENERATE_RTF = NO
175 RTF_OUTPUT = rtf
176 COMPACT_RTF = NO
177 RTF_HYPERLINKS = NO
178 RTF_STYLESHEET_FILE =
179 RTF_EXTENSIONS_FILE =
180 #---------------------------------------------------------------------------
181 # configuration options related to the man page output
182 #---------------------------------------------------------------------------
183 GENERATE_MAN = NO
184 MAN_OUTPUT = man
185 MAN_EXTENSION = .3
186 MAN_LINKS = NO
187 #---------------------------------------------------------------------------
188 # configuration options related to the XML output
189 #---------------------------------------------------------------------------
190 GENERATE_XML = NO
191 XML_OUTPUT = xml
192 XML_SCHEMA =
193 XML_DTD =
194 XML_PROGRAMLISTING = YES
195 #---------------------------------------------------------------------------
196 # configuration options for the AutoGen Definitions output
197 #---------------------------------------------------------------------------
198 GENERATE_AUTOGEN_DEF = NO
199 #---------------------------------------------------------------------------
200 # configuration options related to the Perl module output
201 #---------------------------------------------------------------------------
202 GENERATE_PERLMOD = NO
203 PERLMOD_LATEX = NO
204 PERLMOD_PRETTY = YES
205 PERLMOD_MAKEVAR_PREFIX =
206 #---------------------------------------------------------------------------
207 # Configuration options related to the preprocessor
208 #---------------------------------------------------------------------------
209 ENABLE_PREPROCESSING = YES
210 MACRO_EXPANSION = NO
211 EXPAND_ONLY_PREDEF = NO
212 SEARCH_INCLUDES = YES
213 INCLUDE_PATH =
214 INCLUDE_FILE_PATTERNS =
215 PREDEFINED = BREP_SAT \
216 BREP_STEP \
217 BREP_SLD
218 EXPAND_AS_DEFINED =
219 SKIP_FUNCTION_MACROS = YES
220 #---------------------------------------------------------------------------
221 # Configuration::additions related to external references
222 #---------------------------------------------------------------------------
223 TAGFILES =
224 GENERATE_TAGFILE =
225 ALLEXTERNALS = NO
226 EXTERNAL_GROUPS = YES
227 PERL_PATH = /usr/bin/perl
228 #---------------------------------------------------------------------------
229 # Configuration options related to the dot tool
230 #---------------------------------------------------------------------------
231 CLASS_DIAGRAMS = YES
232 HIDE_UNDOC_RELATIONS = YES
233 HAVE_DOT = YES
234 CLASS_GRAPH = YES
235 COLLABORATION_GRAPH = YES
236 GROUP_GRAPHS = YES
237 UML_LOOK = NO
238 TEMPLATE_RELATIONS = NO
239 INCLUDE_GRAPH = YES
240 INCLUDED_BY_GRAPH = YES
241 CALL_GRAPH = YES
242 GRAPHICAL_HIERARCHY = YES
243 DIRECTORY_GRAPH = YES
244 DOT_IMAGE_FORMAT = png
245 DOT_PATH =
246 DOTFILE_DIRS =
247 MAX_DOT_GRAPH_WIDTH = 1024
248 MAX_DOT_GRAPH_HEIGHT = 1024
249 MAX_DOT_GRAPH_DEPTH = 1000
250 DOT_TRANSPARENT = NO
251 DOT_MULTI_TARGETS = NO
252 GENERATE_LEGEND = YES
253 DOT_CLEANUP = YES
254 #---------------------------------------------------------------------------
255 # Configuration::additions related to the search engine
256 #---------------------------------------------------------------------------
257 SEARCHENGINE = NO