Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(508)

Side by Side Diff: native_client_sdk/src/doc/doxygen/Doxyfile.cpp.template

Issue 136033007: [NaCl SDK Docs] Simplify PPAPI documentation generation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2013 -> 2014 Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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.
4
5 # Doxyfile 1.7.6.1
6 #
7 # Specified below are only the values that differ from the defaults. To see the
8 # default values, run:
9 #
10 # doxygen -g Doxyfile.defaults
11
12
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 EXCLUDE = %(doc_dirname)s/cpp/array_output.h \
18 %(doc_dirname)s/cpp/output_traits.h \
19 %(doc_dirname)s/utility/completion_callback_factory_thr ead_traits.h
20
21 # These entries are fixed.
22 PROJECT_NAME =
23 BRIEF_MEMBER_DESC = NO
24 ABBREVIATE_BRIEF = "The $name class" \
25 "The $name widget" \
26 "The $name file" \
27 is \
28 provides \
29 specifies \
30 contains \
31 represents \
32 a \
33 an \
34 the
35 JAVADOC_AUTOBRIEF = YES
36 EXTRACT_ALL = YES
37 CASE_SENSE_NAMES = NO
38 SHOW_INCLUDE_FILES = NO
39 MAX_INITIALIZER_LINES = 27
40 LAYOUT_FILE = DoxygenLayout.xml
41 FILE_PATTERNS = *.h \
42 *.dox
43 EXCLUDE_PATTERNS = _*.h
44 EXAMPLE_PATTERNS = *
45 VERBATIM_HEADERS = NO
46 ALPHABETICAL_INDEX = NO
47 HTML_OUTPUT =
48 HTML_HEADER = header.html
49 HTML_FOOTER = footer.html
50 HTML_STYLESHEET = stylesheet.css
51 HTML_COLORSTYLE_HUE = 217
52 TREEVIEW_WIDTH = 251
53 SEARCHENGINE = NO
54 GENERATE_LATEX = NO
55 PAPER_TYPE = a4wide
56 MACRO_EXPANSION = YES
57 EXPAND_ONLY_PREDEF = YES
58 PREDEFINED = __native_client__ \
59 DOXYGEN_SHOULD_SKIP_THIS \
60 __attribute__(x)= \
61 EXTERN_C_BEGIN= \
62 EXTERN_C_END= \
63 PP_COMPILE_ASSERT_SIZE_IN_BYTES= \
64 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES= \
65 PP_INLINE= \
66 PP_EXPORT
67 CLASS_DIAGRAMS = NO
68 HAVE_DOT = YES
69 DOT_NUM_THREADS = 4
70 DOT_FONTNAME = FreeSans.ttf
71 COLLABORATION_GRAPH = NO
72 GROUP_GRAPHS = NO
73 DOT_GRAPH_MAX_NODES = 57
74 MAX_DOT_GRAPH_DEPTH = 1000
75 DOT_TRANSPARENT = YES
76 DOT_MULTI_TARGETS = NO
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/doxygen/Doxyfile.c.template ('k') | native_client_sdk/src/doc/doxygen/doxy_cleanup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698