Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1323)

Unified Diff: ppapi/c/ppb_core.h

Issue 6297018: Removed Doxygen groupings by ppb_, pp_, and ppp_. Added grouping by construct... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_ */
« ppapi/c/pp_input_event.h ('K') | « ppapi/c/ppb_class.h ('k') | ppapi/c/ppb_graphics_2d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698