Chromium Code Reviews| Index: ppapi/c/ppb_core.h |
| =================================================================== |
| --- ppapi/c/ppb_core.h (revision 72639) |
| +++ ppapi/c/ppb_core.h (working copy) |
| @@ -19,12 +19,15 @@ |
| * @file |
| * Defines the API ... |
| * |
| - * @addtogroup PPB |
| + */ |
| + |
| +/** |
| + * @addtogroup Interfaces |
| * @{ |
| */ |
| /** {PENDING: describe PPB_CORE} */ |
| -struct PPB_Core { |
| + struct PPB_Core { |
|
dmichael(do not use this one)
2011/01/27 21:46:56
Looks like you accidentally added a space.
|
| /** Same as AddRefVar for Resources. */ |
| void (*AddRefResource)(PP_Resource resource); |
| @@ -85,10 +88,10 @@ |
| */ |
| PP_Bool (*IsMainThread)(); |
| }; |
| - |
| /** |
| * @} |
| - * End addtogroup PPB |
| */ |
| + |
| + |
| #endif /* PPAPI_C_DEV_PPB_CORE_DEV_H_ */ |