1 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
7 # Specified below are only the values that differ from the defaults. To see the
10 # doxygen -g Doxyfile.defaults
13 # These entries will be modified by generate_docs.py
14 OUTPUT_DIRECTORY = %(out_dirname)s
15 INPUT = %(doc_dirname)s/cpp \
16 %(doc_dirname)s/utility
17 STRIP_FROM_PATH = %(doc_dirname)s/cpp \
18 %(doc_dirname)s/utility
19 EXCLUDE = %(doc_dirname)s/cpp/array_output.h \
20 %(doc_dirname)s/cpp/output_traits.h \
21 %(doc_dirname)s/utility/completion_callback_factory_thread_traits.h
22 LAYOUT_FILE = %(script_dirname)s/DoxygenLayout.xml
23 HTML_HEADER = %(script_dirname)s/header.html
24 HTML_FOOTER = %(script_dirname)s/footer.html
25 HTML_STYLESHEET = %(script_dirname)s/stylesheet.css
27 # These entries are fixed.
29 BRIEF_MEMBER_DESC = NO
30 ABBREVIATE_BRIEF = "The $name class" \
41 JAVADOC_AUTOBRIEF = YES
44 SHOW_INCLUDE_FILES = NO
45 MAX_INITIALIZER_LINES = 27
48 EXCLUDE_PATTERNS = _*.h
51 ALPHABETICAL_INDEX = NO
53 HTML_COLORSTYLE_HUE = 217
59 EXPAND_ONLY_PREDEF = YES
60 PREDEFINED = __native_client__ \
61 DOXYGEN_SHOULD_SKIP_THIS \
65 PP_COMPILE_ASSERT_SIZE_IN_BYTES= \
66 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES= \
72 DOT_FONTNAME = FreeSans.ttf
73 COLLABORATION_GRAPH = NO
75 DOT_GRAPH_MAX_NODES = 57
76 MAX_DOT_GRAPH_DEPTH = 1000
78 DOT_MULTI_TARGETS = NO