diff options
Diffstat (limited to 'ppapi')
| -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=""/> |
