Chromium Code Reviews| Index: ppapi/c/pp_bool.h |
| =================================================================== |
| --- ppapi/c/pp_bool.h (revision 72639) |
| +++ ppapi/c/pp_bool.h (working copy) |
| @@ -10,8 +10,11 @@ |
| /** |
| * @file |
| * Defines the API ... |
| + */ |
| + |
| +/** |
| * |
| - * @addtogroup PP |
| + * @addtogroup Enums |
| * @{ |
| */ |
| @@ -25,12 +28,13 @@ |
| PP_FALSE = 0, |
| PP_TRUE = 1 |
| } PP_Bool; |
| -PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Bool, 4); |
| - |
| /** |
| * @} |
| - * End addtogroup PP |
| */ |
|
dmichael(do not use this one)
2011/01/27 21:46:56
Please leave the compile asserts immediately after
|
| +PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Bool, 4); |
| + |
| + |
| + |
| #endif /* PPAPI_C_PP_BOOL_H_ */ |