hepmc - Blame information for rev 70

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