ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/documentation/docmagic.in
Revision: 6
Committed: Tue Jun 12 22:41:22 2007 UTC (17 years, 11 months ago)
Original Path: magic/documentation/docmagic
File size: 9635 byte(s)
Log Message:

File Contents

# User Rev Content
1 6 # 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 = E:/webmagic
9     CREATE_SUBDIRS = YES
10     OUTPUT_LANGUAGE = French
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 = E:/temp/magic/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 = E:/temp/magic/lib/geometrie/geometrie/Imports
111     EXCLUDE_SYMLINKS = NO
112     EXCLUDE_PATTERNS =
113     EXAMPLE_PATH =
114     EXAMPLE_PATTERNS = *
115     EXAMPLE_RECURSIVE = NO
116     IMAGE_PATH =
117     INPUT_FILTER =
118     FILTER_PATTERNS =
119     FILTER_SOURCE_FILES = NO
120     #---------------------------------------------------------------------------
121     # configuration options related to source browsing
122     #---------------------------------------------------------------------------
123     SOURCE_BROWSER = NO
124     INLINE_SOURCES = NO
125     STRIP_CODE_COMMENTS = YES
126     REFERENCED_BY_RELATION = YES
127     REFERENCES_RELATION = YES
128     VERBATIM_HEADERS = YES
129     #---------------------------------------------------------------------------
130     # configuration options related to the alphabetical class index
131     #---------------------------------------------------------------------------
132     ALPHABETICAL_INDEX = NO
133     COLS_IN_ALPHA_INDEX = 5
134     IGNORE_PREFIX =
135     #---------------------------------------------------------------------------
136     # configuration options related to the HTML output
137     #---------------------------------------------------------------------------
138     GENERATE_HTML = YES
139     HTML_OUTPUT = html
140     HTML_FILE_EXTENSION = .html
141     HTML_HEADER =
142     HTML_FOOTER =
143     HTML_STYLESHEET =
144     HTML_ALIGN_MEMBERS = YES
145     GENERATE_HTMLHELP = NO
146     CHM_FILE =
147     HHC_LOCATION =
148     GENERATE_CHI = NO
149     BINARY_TOC = NO
150     TOC_EXPAND = NO
151     DISABLE_INDEX = NO
152     ENUM_VALUES_PER_LINE = 1
153     GENERATE_TREEVIEW = YES
154     TREEVIEW_WIDTH = 250
155     #---------------------------------------------------------------------------
156     # configuration options related to the LaTeX output
157     #---------------------------------------------------------------------------
158     GENERATE_LATEX = NO
159     LATEX_OUTPUT = latex
160     LATEX_CMD_NAME = latex
161     MAKEINDEX_CMD_NAME = makeindex
162     COMPACT_LATEX = NO
163     PAPER_TYPE = a4wide
164     EXTRA_PACKAGES =
165     LATEX_HEADER =
166     PDF_HYPERLINKS = NO
167     USE_PDFLATEX = NO
168     LATEX_BATCHMODE = NO
169     LATEX_HIDE_INDICES = NO
170     #---------------------------------------------------------------------------
171     # configuration options related to the RTF output
172     #---------------------------------------------------------------------------
173     GENERATE_RTF = NO
174     RTF_OUTPUT = rtf
175     COMPACT_RTF = NO
176     RTF_HYPERLINKS = NO
177     RTF_STYLESHEET_FILE =
178     RTF_EXTENSIONS_FILE =
179     #---------------------------------------------------------------------------
180     # configuration options related to the man page output
181     #---------------------------------------------------------------------------
182     GENERATE_MAN = NO
183     MAN_OUTPUT = man
184     MAN_EXTENSION = .3
185     MAN_LINKS = NO
186     #---------------------------------------------------------------------------
187     # configuration options related to the XML output
188     #---------------------------------------------------------------------------
189     GENERATE_XML = NO
190     XML_OUTPUT = xml
191     XML_SCHEMA =
192     XML_DTD =
193     XML_PROGRAMLISTING = YES
194     #---------------------------------------------------------------------------
195     # configuration options for the AutoGen Definitions output
196     #---------------------------------------------------------------------------
197     GENERATE_AUTOGEN_DEF = NO
198     #---------------------------------------------------------------------------
199     # configuration options related to the Perl module output
200     #---------------------------------------------------------------------------
201     GENERATE_PERLMOD = NO
202     PERLMOD_LATEX = NO
203     PERLMOD_PRETTY = YES
204     PERLMOD_MAKEVAR_PREFIX =
205     #---------------------------------------------------------------------------
206     # Configuration options related to the preprocessor
207     #---------------------------------------------------------------------------
208     ENABLE_PREPROCESSING = YES
209     MACRO_EXPANSION = NO
210     EXPAND_ONLY_PREDEF = NO
211     SEARCH_INCLUDES = YES
212     INCLUDE_PATH =
213     INCLUDE_FILE_PATTERNS =
214     PREDEFINED = BREP_SAT \
215     BREP_STEP \
216     BREP_SLD
217     EXPAND_AS_DEFINED =
218     SKIP_FUNCTION_MACROS = YES
219     #---------------------------------------------------------------------------
220     # Configuration::additions related to external references
221     #---------------------------------------------------------------------------
222     TAGFILES =
223     GENERATE_TAGFILE =
224     ALLEXTERNALS = NO
225     EXTERNAL_GROUPS = YES
226     PERL_PATH = /usr/bin/perl
227     #---------------------------------------------------------------------------
228     # Configuration options related to the dot tool
229     #---------------------------------------------------------------------------
230     CLASS_DIAGRAMS = YES
231     HIDE_UNDOC_RELATIONS = YES
232     HAVE_DOT = YES
233     CLASS_GRAPH = YES
234     COLLABORATION_GRAPH = YES
235     GROUP_GRAPHS = YES
236     UML_LOOK = NO
237     TEMPLATE_RELATIONS = NO
238     INCLUDE_GRAPH = YES
239     INCLUDED_BY_GRAPH = YES
240     CALL_GRAPH = YES
241     GRAPHICAL_HIERARCHY = YES
242     DIRECTORY_GRAPH = YES
243     DOT_IMAGE_FORMAT = png
244     DOT_PATH =
245     DOTFILE_DIRS =
246     MAX_DOT_GRAPH_WIDTH = 1024
247     MAX_DOT_GRAPH_HEIGHT = 1024
248     MAX_DOT_GRAPH_DEPTH = 1000
249     DOT_TRANSPARENT = NO
250     DOT_MULTI_TARGETS = NO
251     GENERATE_LEGEND = YES
252     DOT_CLEANUP = YES
253     #---------------------------------------------------------------------------
254     # Configuration::additions related to the search engine
255     #---------------------------------------------------------------------------
256     SEARCHENGINE = NO