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

Side by Side Diff: ppapi/cpp/documentation/Doxyfile

Issue 7030022: Adding documentation directory, new Doxyfile, DoxygenLayout.xml (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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
« no previous file with comments | « no previous file | ppapi/cpp/documentation/DoxygenLayout.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 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
1 # Doxyfile 1.7.2 5 # Doxyfile 1.7.2
2 6
3 # This file describes the settings to be used by the documentation system 7 # This file describes the settings to be used by the documentation system
4 # doxygen (www.doxygen.org) for a project 8 # doxygen (www.doxygen.org) for a project
5 # 9 #
6 # All text after a hash (#) is considered a comment and will be ignored 10 # All text after a hash (#) is considered a comment and will be ignored
7 # The format is: 11 # The format is:
8 # TAG = value [value, ...] 12 # TAG = value [value, ...]
9 # For lists items can also be appended using: 13 # For lists items can also be appended using:
10 # TAG += value [value, ...] 14 # TAG += value [value, ...]
(...skipping 20 matching lines...) Expand all
31 # This could be handy for archiving the generated documentation or 35 # This could be handy for archiving the generated documentation or
32 # if some version control system is used. 36 # if some version control system is used.
33 37
34 PROJECT_NUMBER = 38 PROJECT_NUMBER =
35 39
36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 40 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
37 # base path where the generated documentation will be put. 41 # base path where the generated documentation will be put.
38 # If a relative path is entered, it will be relative to the location 42 # If a relative path is entered, it will be relative to the location
39 # where doxygen was started. If left blank the current directory will be used. 43 # where doxygen was started. If left blank the current directory will be used.
40 44
41 OUTPUT_DIRECTORY = PepperCRefDocs 45 OUTPUT_DIRECTORY = PepperCPPRefDocs
42 46
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 47 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
44 # 4096 sub-directories (in 2 levels) under the output directory of each output 48 # 4096 sub-directories (in 2 levels) under the output directory of each output
45 # format and will distribute the generated files over these directories. 49 # format and will distribute the generated files over these directories.
46 # Enabling this option can be useful when feeding doxygen a huge amount of 50 # Enabling this option can be useful when feeding doxygen a huge amount of
47 # source files, where putting all generated files in the same directory would 51 # source files, where putting all generated files in the same directory would
48 # otherwise cause performance problems for the file system. 52 # otherwise cause performance problems for the file system.
49 53
50 CREATE_SUBDIRS = NO 54 CREATE_SUBDIRS = NO
51 55
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 # Doxygen will generate a detailed section even if there is only a brief 106 # Doxygen will generate a detailed section even if there is only a brief
103 # description. 107 # description.
104 108
105 ALWAYS_DETAILED_SEC = NO 109 ALWAYS_DETAILED_SEC = NO
106 110
107 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 111 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
108 # inherited members of a class in the documentation of that class as if those 112 # inherited members of a class in the documentation of that class as if those
109 # members were ordinary class members. Constructors, destructors and assignment 113 # members were ordinary class members. Constructors, destructors and assignment
110 # operators of the base classes will not be shown. 114 # operators of the base classes will not be shown.
111 115
112 INLINE_INHERITED_MEMB = YES 116 INLINE_INHERITED_MEMB = NO
113 117
114 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 118 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
115 # path before files name in the file list and in the header files. If set 119 # path before files name in the file list and in the header files. If set
116 # to NO the shortest path that makes the file name unique will be used. 120 # to NO the shortest path that makes the file name unique will be used.
117 121
118 FULL_PATH_NAMES = YES 122 FULL_PATH_NAMES = YES
119 123
120 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 124 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
121 # can be used to strip a user-defined part of the path. Stripping is 125 # can be used to strip a user-defined part of the path. Stripping is
122 # only done if one of the specified strings matches the left-hand part of 126 # only done if one of the specified strings matches the left-hand part of
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 # will result in a user-defined paragraph with heading "Side Effects:". 193 # will result in a user-defined paragraph with heading "Side Effects:".
190 # You can put \n's in the value part of an alias to insert newlines. 194 # You can put \n's in the value part of an alias to insert newlines.
191 195
192 ALIASES = 196 ALIASES =
193 197
194 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C 198 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
195 # sources only. Doxygen will then generate output that is more tailored for C. 199 # sources only. Doxygen will then generate output that is more tailored for C.
196 # For instance, some of the names that are used will be different. The list 200 # For instance, some of the names that are used will be different. The list
197 # of all members will be omitted, etc. 201 # of all members will be omitted, etc.
198 202
199 OPTIMIZE_OUTPUT_FOR_C = YES 203 OPTIMIZE_OUTPUT_FOR_C = NO
200 204
201 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java 205 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
202 # sources only. Doxygen will then generate output that is more tailored for 206 # sources only. Doxygen will then generate output that is more tailored for
203 # Java. For instance, namespaces will be presented as packages, qualified 207 # Java. For instance, namespaces will be presented as packages, qualified
204 # scopes will look different, etc. 208 # scopes will look different, etc.
205 209
206 OPTIMIZE_OUTPUT_JAVA = NO 210 OPTIMIZE_OUTPUT_JAVA = NO
207 211
208 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran 212 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
209 # sources only. Doxygen will then generate output that is more tailored for 213 # sources only. Doxygen will then generate output that is more tailored for
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 619 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
616 # should be searched for input files as well. Possible values are YES and NO. 620 # should be searched for input files as well. Possible values are YES and NO.
617 # If left blank NO is used. 621 # If left blank NO is used.
618 622
619 RECURSIVE = NO 623 RECURSIVE = NO
620 624
621 # The EXCLUDE tag can be used to specify files and/or directories that should 625 # The EXCLUDE tag can be used to specify files and/or directories that should
622 # excluded from the INPUT source files. This way you can easily exclude a 626 # excluded from the INPUT source files. This way you can easily exclude a
623 # subdirectory from a directory tree whose root is specified with the INPUT tag. 627 # subdirectory from a directory tree whose root is specified with the INPUT tag.
624 628
625 EXCLUDE = ./pp_macros.h 629 EXCLUDE =
626 630
627 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or 631 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
628 # directories that are symbolic links (a Unix filesystem feature) are excluded 632 # directories that are symbolic links (a Unix filesystem feature) are excluded
629 # from the input. 633 # from the input.
630 634
631 EXCLUDE_SYMLINKS = NO 635 EXCLUDE_SYMLINKS = NO
632 636
633 # If the value of the INPUT tag contains directories, you can use the 637 # If the value of the INPUT tag contains directories, you can use the
634 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 638 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
635 # certain files from those directories. Note that the wildcards are matched 639 # certain files from those directories. Note that the wildcards are matched
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
1660 # generate a legend page explaining the meaning of the various boxes and 1664 # generate a legend page explaining the meaning of the various boxes and
1661 # arrows in the dot generated graphs. 1665 # arrows in the dot generated graphs.
1662 1666
1663 GENERATE_LEGEND = YES 1667 GENERATE_LEGEND = YES
1664 1668
1665 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will 1669 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
1666 # remove the intermediate dot files that are used to generate 1670 # remove the intermediate dot files that are used to generate
1667 # the various graphs. 1671 # the various graphs.
1668 1672
1669 DOT_CLEANUP = YES 1673 DOT_CLEANUP = YES
OLDNEW
« no previous file with comments | « no previous file | ppapi/cpp/documentation/DoxygenLayout.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698