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

Unified Diff: ppapi/api/ppb_audio.idl

Issue 9421037: Added @code/@endcode and removed .html (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/api/ppb_audio.idl
===================================================================
--- ppapi/api/ppb_audio.idl (revision 122520)
+++ ppapi/api/ppb_audio.idl (working copy)
@@ -33,7 +33,7 @@
*
* <strong>Example: </strong>
*
- * <code>
+ * @code
* void audio_callback(void* sample_buffer,
* uint32_t buffer_size_in_bytes,
* void* user_data) {
@@ -53,7 +53,7 @@
* audio_interface->StartPlayback(pp_audio);
*
* ...audio_callback() will now be periodically invoked on a separate thread...
- * </code>
+ * @endcode
*/
interface PPB_Audio {
/**
« no previous file with comments | « ppapi/api/ppb.idl ('k') | ppapi/api/ppb_messaging.idl » ('j') | ppapi/api/ppb_messaging.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698