diff options
author | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-10 18:23:01 +0000 |
---|---|---|
committer | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-10 18:23:01 +0000 |
commit | 514b2dc65597f025ff1e58193fb707891e6aa3bb (patch) | |
tree | 3ca9b378f5fb4b9a8bf74ef9402646db1551d824 /ppapi/c/documentation | |
parent | 2c2e8ca578ba1ce7f01d9a88f7ee859af11ebba6 (diff) | |
download | chromium_src-514b2dc65597f025ff1e58193fb707891e6aa3bb.zip chromium_src-514b2dc65597f025ff1e58193fb707891e6aa3bb.tar.gz chromium_src-514b2dc65597f025ff1e58193fb707891e6aa3bb.tar.bz2 |
Minor changes to layout to remove variables section. Doxyfile changed to find and exclude pp_macros.h
Review URL: http://codereview.chromium.org/6458032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74455 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/documentation')
-rw-r--r-- | ppapi/c/documentation/Doxyfile | 2 | ||||
-rw-r--r-- | ppapi/c/documentation/DoxygenLayout.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/c/documentation/Doxyfile b/ppapi/c/documentation/Doxyfile index 552a38b..66d0f46 100644 --- a/ppapi/c/documentation/Doxyfile +++ b/ppapi/c/documentation/Doxyfile @@ -622,7 +622,7 @@ RECURSIVE = NO # 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 = ./ppapi/c/pp_macros.h +EXCLUDE = ./pp_macros.h # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded diff --git a/ppapi/c/documentation/DoxygenLayout.xml b/ppapi/c/documentation/DoxygenLayout.xml index 7a166d4..ca924ba 100644 --- a/ppapi/c/documentation/DoxygenLayout.xml +++ b/ppapi/c/documentation/DoxygenLayout.xml @@ -143,7 +143,7 @@ <enums title="Enumeration List"/> <enumvalues title=""/> <functions title="Function List"/> - <variables title=""/> + <!-- <variables title=""/> --> <signals title=""/> <publicslots title=""/> <protectedslots title=""/> @@ -160,7 +160,7 @@ <enums title="Enumeration Details"/> <enumvalues title=""/> <functions title="Function Deatils"/> - <variables title=""/> + <!-- <variables title=""/> --> <signals title=""/> <publicslots title=""/> <protectedslots title=""/> |