| Index: ppapi/cpp/documentation/Doxyfile
|
| ===================================================================
|
| --- ppapi/cpp/documentation/Doxyfile (revision 85495)
|
| +++ ppapi/cpp/documentation/Doxyfile (working copy)
|
| @@ -1,3 +1,7 @@
|
| +# Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| # Doxyfile 1.7.2
|
|
|
| # This file describes the settings to be used by the documentation system
|
| @@ -38,7 +42,7 @@
|
| # If a relative path is entered, it will be relative to the location
|
| # where doxygen was started. If left blank the current directory will be used.
|
|
|
| -OUTPUT_DIRECTORY = PepperCRefDocs
|
| +OUTPUT_DIRECTORY = PepperCPPRefDocs
|
|
|
| # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
|
| # 4096 sub-directories (in 2 levels) under the output directory of each output
|
| @@ -109,7 +113,7 @@
|
| # members were ordinary class members. Constructors, destructors and assignment
|
| # operators of the base classes will not be shown.
|
|
|
| -INLINE_INHERITED_MEMB = YES
|
| +INLINE_INHERITED_MEMB = NO
|
|
|
| # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
|
| # path before files name in the file list and in the header files. If set
|
| @@ -196,7 +200,7 @@
|
| # For instance, some of the names that are used will be different. The list
|
| # of all members will be omitted, etc.
|
|
|
| -OPTIMIZE_OUTPUT_FOR_C = YES
|
| +OPTIMIZE_OUTPUT_FOR_C = NO
|
|
|
| # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
|
| # sources only. Doxygen will then generate output that is more tailored for
|
| @@ -622,7 +626,7 @@
|
| # excluded from the INPUT source files. This way you can easily exclude a
|
| # subdirectory from a directory tree whose root is specified with the INPUT tag.
|
|
|
| -EXCLUDE = ./pp_macros.h
|
| +EXCLUDE =
|
|
|
| # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
| # directories that are symbolic links (a Unix filesystem feature) are excluded
|
|
|