summaryrefslogtreecommitdiffstats
path: root/ppapi/c/ppb_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/c/ppb_core.h')
-rw-r--r--ppapi/c/ppb_core.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/ppapi/c/ppb_core.h b/ppapi/c/ppb_core.h
index 0d27937..c577013 100644
--- a/ppapi/c/ppb_core.h
+++ b/ppapi/c/ppb_core.h
@@ -19,7 +19,10 @@ struct PP_CompletionCallback;
* @file
* Defines the API ...
*
- * @addtogroup PPB
+ */
+
+/**
+ * @addtogroup Interfaces
* @{
*/
@@ -85,10 +88,10 @@ struct PPB_Core {
*/
PP_Bool (*IsMainThread)();
};
-
/**
* @}
- * End addtogroup PPB
*/
+
+
#endif /* PPAPI_C_DEV_PPB_CORE_DEV_H_ */