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

Unified Diff: ppapi/c/ppb_audio.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_audio.h
===================================================================
--- ppapi/c/ppb_audio.h (revision 72639)
+++ ppapi/c/ppb_audio.h (working copy)
@@ -13,11 +13,22 @@
#define PPB_AUDIO_INTERFACE "PPB_Audio;0.5"
+/**
+ * @addtogroup Typedefs
+ * @{
+ */
// Callback function type for SetCallback.
typedef void (*PPB_Audio_Callback)(void* sample_buffer,
size_t buffer_size_in_bytes,
void* user_data);
+/**
+ * @}
+ */
+/**
+ * @addtogroup Structs
+ * @{
+ */
// Callback-based audio interface. User of audio must set the callback that will
// be called each time that the buffer needs to be filled.
//
@@ -68,6 +79,9 @@
// StopPlayback will block until callback completes.
PP_Bool (*StopPlayback)(PP_Resource audio);
};
+/**
+ * @}
+ */
#endif /* PPAPI_C_PPB_DEVICE_CONTEXT_AUDIO_H_ */

Powered by Google App Engine
This is Rietveld 408576698