]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/Doxyfile
From Ludovic, new file: macro to display and interact with reconstructed V0s.
[u/mrichter/AliRoot.git] / FMD / Doxyfile
CommitLineData
9f662337 1# Doxyfile 1.4.6
2
3#---------------------------------------------------------------------------
4# Project related configuration options
5#---------------------------------------------------------------------------
6PROJECT_NAME = "ALICE FMD Off-line"
7PROJECT_NUMBER = 0.1
8OUTPUT_DIRECTORY =
9CREATE_SUBDIRS = NO
10OUTPUT_LANGUAGE = English
11USE_WINDOWS_ENCODING = NO
12BRIEF_MEMBER_DESC = NO
13REPEAT_BRIEF = YES
14ABBREVIATE_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
25ALWAYS_DETAILED_SEC = YES
26INLINE_INHERITED_MEMB = NO
27FULL_PATH_NAMES = YES
28STRIP_FROM_PATH = /home/hehi/cholm/work/alice/aliroot/FMD/
29STRIP_FROM_INC_PATH =
30SHORT_NAMES = NO
31JAVADOC_AUTOBRIEF = NO
32MULTILINE_CPP_IS_BRIEF = NO
33DETAILS_AT_TOP = YES
34INHERIT_DOCS = YES
35SEPARATE_MEMBER_PAGES = NO
36TAB_SIZE = 8
37ALIASES =
38OPTIMIZE_OUTPUT_FOR_C = NO
39OPTIMIZE_OUTPUT_JAVA = NO
40BUILTIN_STL_SUPPORT = NO
41DISTRIBUTE_GROUP_DOC = NO
42SUBGROUPING = YES
43#---------------------------------------------------------------------------
44# Build related configuration options
45#---------------------------------------------------------------------------
46EXTRACT_ALL = YES
47EXTRACT_PRIVATE = YES
48EXTRACT_STATIC = YES
49EXTRACT_LOCAL_CLASSES = YES
50EXTRACT_LOCAL_METHODS = NO
51HIDE_UNDOC_MEMBERS = NO
52HIDE_UNDOC_CLASSES = NO
53HIDE_FRIEND_COMPOUNDS = NO
54HIDE_IN_BODY_DOCS = NO
55INTERNAL_DOCS = NO
56CASE_SENSE_NAMES = YES
57HIDE_SCOPE_NAMES = NO
58SHOW_INCLUDE_FILES = YES
59INLINE_INFO = YES
60SORT_MEMBER_DOCS = YES
61SORT_BRIEF_DOCS = NO
62SORT_BY_SCOPE_NAME = NO
63GENERATE_TODOLIST = YES
64GENERATE_TESTLIST = YES
65GENERATE_BUGLIST = YES
66GENERATE_DEPRECATEDLIST= YES
67ENABLED_SECTIONS =
68MAX_INITIALIZER_LINES = 30
69SHOW_USED_FILES = YES
70SHOW_DIRECTORIES = NO
71FILE_VERSION_FILTER =
72#---------------------------------------------------------------------------
73# configuration options related to warning and progress messages
74#---------------------------------------------------------------------------
75QUIET = YES
76WARNINGS = YES
77WARN_IF_UNDOCUMENTED = YES
78WARN_IF_DOC_ERROR = YES
79WARN_NO_PARAMDOC = YES
80WARN_FORMAT = "$file:$line: $text"
81WARN_LOGFILE =
82#---------------------------------------------------------------------------
83# configuration options related to the input files
84#---------------------------------------------------------------------------
9b48326f 85INPUT = /home/hehi/cholm/work/alice/aliroot/FMD \
86 /home/hehi/cholm/work/alice/aliroot/FMD/scripts/
87FILE_PATTERNS = *.h \
88 *.C
9f662337 89RECURSIVE = NO
90EXCLUDE =
91EXCLUDE_SYMLINKS = NO
92EXCLUDE_PATTERNS =
93EXAMPLE_PATH = /home/hehi/cholm/work/alice/aliroot/FMD/scripts/
94EXAMPLE_PATTERNS = *.C
95EXAMPLE_RECURSIVE = NO
c2fc1258 96IMAGE_PATH = /home/hehi/cholm/work/alice/aliroot/FMD/pics/
9f662337 97INPUT_FILTER =
98FILTER_PATTERNS =
99FILTER_SOURCE_FILES = NO
100#---------------------------------------------------------------------------
101# configuration options related to source browsing
102#---------------------------------------------------------------------------
9b48326f 103SOURCE_BROWSER = YES
9f662337 104INLINE_SOURCES = NO
105STRIP_CODE_COMMENTS = YES
106REFERENCED_BY_RELATION = NO
107REFERENCES_RELATION = NO
108USE_HTAGS = NO
109VERBATIM_HEADERS = NO
110#---------------------------------------------------------------------------
111# configuration options related to the alphabetical class index
112#---------------------------------------------------------------------------
113ALPHABETICAL_INDEX = YES
114COLS_IN_ALPHA_INDEX = 5
115IGNORE_PREFIX =
116#---------------------------------------------------------------------------
117# configuration options related to the HTML output
118#---------------------------------------------------------------------------
119GENERATE_HTML = YES
120HTML_OUTPUT = html
121HTML_FILE_EXTENSION = .html
122HTML_HEADER =
123HTML_FOOTER =
124HTML_STYLESHEET =
125HTML_ALIGN_MEMBERS = YES
126GENERATE_HTMLHELP = NO
127CHM_FILE =
128HHC_LOCATION =
129GENERATE_CHI = NO
130BINARY_TOC = NO
131TOC_EXPAND = NO
132DISABLE_INDEX = NO
133ENUM_VALUES_PER_LINE = 4
134GENERATE_TREEVIEW = NO
135TREEVIEW_WIDTH = 250
136#---------------------------------------------------------------------------
137# configuration options related to the LaTeX output
138#---------------------------------------------------------------------------
139GENERATE_LATEX = NO
140LATEX_OUTPUT = latex
141LATEX_CMD_NAME = latex
142MAKEINDEX_CMD_NAME = makeindex
143COMPACT_LATEX = NO
144PAPER_TYPE = a4wide
145EXTRA_PACKAGES =
146LATEX_HEADER =
147PDF_HYPERLINKS = NO
148USE_PDFLATEX = NO
149LATEX_BATCHMODE = NO
150LATEX_HIDE_INDICES = NO
151#---------------------------------------------------------------------------
152# configuration options related to the RTF output
153#---------------------------------------------------------------------------
154GENERATE_RTF = NO
155RTF_OUTPUT = rtf
156COMPACT_RTF = NO
157RTF_HYPERLINKS = NO
158RTF_STYLESHEET_FILE =
159RTF_EXTENSIONS_FILE =
160#---------------------------------------------------------------------------
161# configuration options related to the man page output
162#---------------------------------------------------------------------------
163GENERATE_MAN = NO
164MAN_OUTPUT = man
165MAN_EXTENSION = .3
166MAN_LINKS = NO
167#---------------------------------------------------------------------------
168# configuration options related to the XML output
169#---------------------------------------------------------------------------
170GENERATE_XML = NO
171XML_OUTPUT = xml
172XML_SCHEMA =
173XML_DTD =
174XML_PROGRAMLISTING = YES
175#---------------------------------------------------------------------------
176# configuration options for the AutoGen Definitions output
177#---------------------------------------------------------------------------
178GENERATE_AUTOGEN_DEF = NO
179#---------------------------------------------------------------------------
180# configuration options related to the Perl module output
181#---------------------------------------------------------------------------
182GENERATE_PERLMOD = NO
183PERLMOD_LATEX = NO
184PERLMOD_PRETTY = YES
185PERLMOD_MAKEVAR_PREFIX =
186#---------------------------------------------------------------------------
187# Configuration options related to the preprocessor
188#---------------------------------------------------------------------------
189ENABLE_PREPROCESSING = YES
190MACRO_EXPANSION = YES
191EXPAND_ONLY_PREDEF = NO
192SEARCH_INCLUDES = YES
193INCLUDE_PATH =
194INCLUDE_FILE_PATTERNS =
195PREDEFINED =
196EXPAND_AS_DEFINED =
197SKIP_FUNCTION_MACROS = YES
198#---------------------------------------------------------------------------
199# Configuration::additions related to external references
200#---------------------------------------------------------------------------
201TAGFILES =
202GENERATE_TAGFILE =
203ALLEXTERNALS = NO
204EXTERNAL_GROUPS = YES
205PERL_PATH = /usr/bin/perl
206#---------------------------------------------------------------------------
207# Configuration options related to the dot tool
208#---------------------------------------------------------------------------
209CLASS_DIAGRAMS = YES
55f0ce5b 210HIDE_UNDOC_RELATIONS = NO
9f662337 211HAVE_DOT = YES
212CLASS_GRAPH = YES
213COLLABORATION_GRAPH = YES
55f0ce5b 214GROUP_GRAPHS = NO
9f662337 215UML_LOOK = YES
216TEMPLATE_RELATIONS = NO
55f0ce5b 217INCLUDE_GRAPH = NO
218INCLUDED_BY_GRAPH = NO
9f662337 219CALL_GRAPH = NO
220GRAPHICAL_HIERARCHY = YES
55f0ce5b 221DIRECTORY_GRAPH = NO
9f662337 222DOT_IMAGE_FORMAT = png
223DOT_PATH =
224DOTFILE_DIRS =
225MAX_DOT_GRAPH_WIDTH = 1024
226MAX_DOT_GRAPH_HEIGHT = 1024
227MAX_DOT_GRAPH_DEPTH = 1000
228DOT_TRANSPARENT = NO
229DOT_MULTI_TARGETS = YES
230GENERATE_LEGEND = YES
231DOT_CLEANUP = YES
232#---------------------------------------------------------------------------
233# Configuration::additions related to the search engine
234#---------------------------------------------------------------------------
235SEARCHENGINE = NO