]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/doc/doxygen.conf.in
The description of changes:
[u/mrichter/AliRoot.git] / HLT / doc / doxygen.conf.in
CommitLineData
4c449bf7 1# $Id$
b521659f 2#
3
4#---------------------------------------------------------------------------
28c214e9 5# Project related configuration options
b521659f 6#---------------------------------------------------------------------------
28c214e9 7# This tag specifies the encoding used for all characters in the config file
8# that follow. The default is UTF-8 which is also the encoding used for all
9# text before the first occurrence of this tag. Doxygen uses libiconv (or the
10# iconv built into libc) for the transcoding. See
11# http://www.gnu.org/software/libiconv for the list of possible encodings.
12
13DOXYFILE_ENCODING = UTF-8
b521659f 14PROJECT_NAME = "@PACKAGE_NAME@"
15PROJECT_NUMBER = @PACKAGE_VERSION@
16OUTPUT_DIRECTORY = .
28c214e9 17CREATE_SUBDIRS = NO
b521659f 18OUTPUT_LANGUAGE = English
b521659f 19BRIEF_MEMBER_DESC = NO
20REPEAT_BRIEF = YES
28c214e9 21ABBREVIATE_BRIEF =
b521659f 22ALWAYS_DETAILED_SEC = YES
23INLINE_INHERITED_MEMB = NO
24FULL_PATH_NAMES = NO
25STRIP_FROM_PATH =
28c214e9 26STRIP_FROM_INC_PATH =
b521659f 27SHORT_NAMES = NO
28JAVADOC_AUTOBRIEF = YES
28c214e9 29QT_AUTOBRIEF = NO
b521659f 30MULTILINE_CPP_IS_BRIEF = NO
b521659f 31INHERIT_DOCS = YES
28c214e9 32SEPARATE_MEMBER_PAGES = NO
b521659f 33TAB_SIZE = 8
34GENERATE_TESTLIST = YES
35GENERATE_BUGLIST = YES
36ALIASES =
37OPTIMIZE_OUTPUT_FOR_C = YES
38OPTIMIZE_OUTPUT_JAVA = NO
28c214e9 39OPTIMIZE_FOR_FORTRAN = NO
40OPTIMIZE_OUTPUT_VHDL = NO
41BUILTIN_STL_SUPPORT = NO
42CPP_CLI_SUPPORT = NO
43SIP_SUPPORT = NO
44IDL_PROPERTY_SUPPORT = YES
45DISTRIBUTE_GROUP_DOC = NO
b521659f 46SUBGROUPING = YES
28c214e9 47TYPEDEF_HIDES_STRUCT = NO
48SYMBOL_CACHE_SIZE = 0
b521659f 49
50#---------------------------------------------------------------------------
51# Build related configuration options
52#---------------------------------------------------------------------------
53EXTRACT_ALL = YES
54EXTRACT_PRIVATE = YES
55EXTRACT_STATIC = YES
56EXTRACT_LOCAL_CLASSES = YES
28c214e9 57EXTRACT_LOCAL_METHODS = NO
58EXTRACT_ANON_NSPACES = NO
b521659f 59HIDE_UNDOC_MEMBERS = NO
60HIDE_UNDOC_CLASSES = NO
61HIDE_FRIEND_COMPOUNDS = NO
62HIDE_IN_BODY_DOCS = YES
63INTERNAL_DOCS = NO
64CASE_SENSE_NAMES = YES
65HIDE_SCOPE_NAMES = NO
66SHOW_INCLUDE_FILES = YES
67INLINE_INFO = YES
68SORT_MEMBER_DOCS = YES
28c214e9 69SORT_BRIEF_DOCS = NO
70SORT_GROUP_NAMES = NO
71SORT_BY_SCOPE_NAME = NO
b521659f 72GENERATE_TODOLIST = YES
28c214e9 73GENERATE_TESTLIST = YES
74GENERATE_BUGLIST = YES
b521659f 75GENERATE_DEPRECATEDLIST= YES
76ENABLED_SECTIONS =
77MAX_INITIALIZER_LINES = 30
78SHOW_USED_FILES = YES
28c214e9 79SHOW_DIRECTORIES = NO
80SHOW_FILES = YES
81SHOW_NAMESPACES = YES
82FILE_VERSION_FILTER =
83LAYOUT_FILE =
b521659f 84#---------------------------------------------------------------------------
85# configuration options related to warning and progress messages
86#---------------------------------------------------------------------------
87QUIET = YES
88WARNINGS = YES
89WARN_IF_UNDOCUMENTED = YES
ccef02e8 90WARN_IF_DOC_ERROR = NO
28c214e9 91WARN_NO_PARAMDOC = NO
b521659f 92WARN_FORMAT = "$file:$line: $text"
93WARN_LOGFILE =
94#---------------------------------------------------------------------------
95# configuration options related to the input files
96#---------------------------------------------------------------------------
97INPUT = @top_srcdir@/doc \
9be2600f 98 readme.c \
7b969ef7 99 sample_readme.c \
ccef02e8 100 module_group.c \
b22e91eb 101 @top_srcdir@/BASE \
90ebac25 102 @top_srcdir@/SampleLib \
2ff24e4c 103 @top_srcdir@/rec \
104 @top_srcdir@/exa \
9d4cf2ab 105 @top_srcdir@/shuttle \
ccef02e8 106 @top_srcdir@/sim
28c214e9 107INPUT_ENCODING = UTF-8
90ebac25 108
10bd167f 109FILE_PATTERNS = *.h *.c *.cpp *.hpp *.cxx *.C
b521659f 110RECURSIVE = YES
f275e0cf 111EXCLUDE = @top_srcdir@/TPCLib/gui
2a083ac4 112
b521659f 113EXCLUDE_SYMLINKS = NO
114EXCLUDE_PATTERNS =
28c214e9 115EXCLUDE_SYMBOLS =
b521659f 116EXAMPLE_PATH =
117EXAMPLE_PATTERNS =
118EXAMPLE_RECURSIVE = NO
b22e91eb 119IMAGE_PATH = @srcdir@/pics
b521659f 120INPUT_FILTER =
28c214e9 121FILTER_PATTERNS =
b521659f 122FILTER_SOURCE_FILES = NO
123#---------------------------------------------------------------------------
124# configuration options related to source browsing
125#---------------------------------------------------------------------------
90ebac25 126SOURCE_BROWSER = YES
b521659f 127INLINE_SOURCES = NO
128STRIP_CODE_COMMENTS = YES
129REFERENCED_BY_RELATION = YES
130REFERENCES_RELATION = YES
28c214e9 131REFERENCES_LINK_SOURCE = YES
132USE_HTAGS = NO
b521659f 133VERBATIM_HEADERS = NO
134#---------------------------------------------------------------------------
135# configuration options related to the alphabetical class index
136#---------------------------------------------------------------------------
137ALPHABETICAL_INDEX = YES
138COLS_IN_ALPHA_INDEX = 5
139IGNORE_PREFIX =
140#---------------------------------------------------------------------------
141# configuration options related to the HTML output
142#---------------------------------------------------------------------------
143GENERATE_HTML = YES
144HTML_OUTPUT = html
145HTML_FILE_EXTENSION = .html
146HTML_HEADER =
147HTML_FOOTER =
148HTML_STYLESHEET =
149HTML_ALIGN_MEMBERS = YES
28c214e9 150HTML_DYNAMIC_SECTIONS = NO
151GENERATE_DOCSET = NO
152DOCSET_FEEDNAME =
153DOCSET_BUNDLE_ID =
b521659f 154GENERATE_HTMLHELP = NO
155CHM_FILE =
156HHC_LOCATION =
157GENERATE_CHI = NO
28c214e9 158CHM_INDEX_ENCODING =
b521659f 159BINARY_TOC = NO
160TOC_EXPAND = NO
28c214e9 161GENERATE_QHP = NO
162QCH_FILE =
163QHP_NAMESPACE =
164QHP_VIRTUAL_FOLDER = doc
165QHG_LOCATION =
b521659f 166DISABLE_INDEX = NO
167ENUM_VALUES_PER_LINE = 4
168GENERATE_TREEVIEW = NO
169TREEVIEW_WIDTH = 150
28c214e9 170FORMULA_FONTSIZE = 10
b521659f 171#---------------------------------------------------------------------------
172# configuration options related to the LaTeX output
173#---------------------------------------------------------------------------
e824c10d 174GENERATE_LATEX = NO
b521659f 175LATEX_OUTPUT = latex
176LATEX_CMD_NAME = latex
177MAKEINDEX_CMD_NAME = makeindex
178COMPACT_LATEX = YES
179PAPER_TYPE = a4wide
180EXTRA_PACKAGES =
181LATEX_HEADER =
182PDF_HYPERLINKS = YES
183USE_PDFLATEX = YES
184LATEX_BATCHMODE = NO
b22e91eb 185LATEX_HIDE_INDICES = YES
b521659f 186#---------------------------------------------------------------------------
187# configuration options related to the RTF output
188#---------------------------------------------------------------------------
189GENERATE_RTF = NO
190RTF_OUTPUT = rtf
191COMPACT_RTF = NO
192RTF_HYPERLINKS = NO
193RTF_STYLESHEET_FILE =
194RTF_EXTENSIONS_FILE =
195#---------------------------------------------------------------------------
196# configuration options related to the man page output
197#---------------------------------------------------------------------------
198GENERATE_MAN = NO
199MAN_OUTPUT = man
200MAN_EXTENSION = .3
201MAN_LINKS = NO
202#---------------------------------------------------------------------------
203# configuration options related to the XML output
204#---------------------------------------------------------------------------
205GENERATE_XML = NO
206XML_OUTPUT = xml
207XML_SCHEMA =
208XML_DTD =
209#---------------------------------------------------------------------------
210# configuration options for the AutoGen Definitions output
211#---------------------------------------------------------------------------
212GENERATE_AUTOGEN_DEF = NO
213#---------------------------------------------------------------------------
214# configuration options related to the Perl module output
215#---------------------------------------------------------------------------
216GENERATE_PERLMOD = NO
217PERLMOD_LATEX = NO
218PERLMOD_PRETTY = YES
219PERLMOD_MAKEVAR_PREFIX =
220#---------------------------------------------------------------------------
221# Configuration options related to the preprocessor
222#---------------------------------------------------------------------------
223ENABLE_PREPROCESSING = YES
224MACRO_EXPANSION = YES
225EXPAND_ONLY_PREDEF = NO
226SEARCH_INCLUDES = YES
227INCLUDE_PATH =
228INCLUDE_FILE_PATTERNS =
229PREDEFINED = "DOXYGEN_INPUT"
230EXPAND_AS_DEFINED =
231SKIP_FUNCTION_MACROS = YES
232#---------------------------------------------------------------------------
233# Configuration::addtions related to external references
234#---------------------------------------------------------------------------
235TAGFILES =
236GENERATE_TAGFILE = @PACKAGE@.tags
237ALLEXTERNALS = NO
238EXTERNAL_GROUPS = YES
239PERL_PATH = @PERL@
240#---------------------------------------------------------------------------
241# Configuration options related to the dot tool
242#---------------------------------------------------------------------------
243CLASS_DIAGRAMS = YES
244HIDE_UNDOC_RELATIONS = NO
245HAVE_DOT = @HAVE_DOT@
28c214e9 246DOT_FONTNAME = FreeSans
247DOT_FONTSIZE = 10
b521659f 248CLASS_GRAPH = YES
249COLLABORATION_GRAPH = YES
28c214e9 250GROUP_GRAPHS = YES
b521659f 251UML_LOOK = YES
252TEMPLATE_RELATIONS = YES
253INCLUDE_GRAPH = YES
254INCLUDED_BY_GRAPH = YES
255CALL_GRAPH = YES
28c214e9 256CALLER_GRAPH = NO
b521659f 257GRAPHICAL_HIERARCHY = YES
28c214e9 258DIRECTORY_GRAPH = YES
b521659f 259DOT_IMAGE_FORMAT = png
260DOT_PATH = @DOT_PATH@
261DOTFILE_DIRS =
b521659f 262MAX_DOT_GRAPH_DEPTH = 0
263GENERATE_LEGEND = YES
264DOT_CLEANUP = YES
265#---------------------------------------------------------------------------
28c214e9 266# Configuration::additions related to the search engine
b521659f 267#---------------------------------------------------------------------------
268SEARCHENGINE = NO