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

Unified Diff: ppapi/api/ppb_audio.idl

Issue 7715005: Changed all @code to <code> and @endcode to </code> as per dmichael (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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
« no previous file with comments | « no previous file | ppapi/api/ppb_messaging.idl » ('j') | ppapi/c/ppb_audio_config.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_audio.idl
===================================================================
--- ppapi/api/ppb_audio.idl (revision 97869)
+++ ppapi/api/ppb_audio.idl (working copy)
@@ -29,10 +29,12 @@
* <a href="/chrome/nativeclient/docs/audio.html">Pepper
* Audio API</a> for information on using this interface.
* Please see descriptions for each <code>PPB_Audio</code> and
- * <code>PPB_AudioConfig</code> function for more details.
+ * <code>PPB_AudioConfig</code> function for more details. A C example using
+ * <code>PPB_Audio</code> and <code>PPB_AudioConfig</code> follows.
*
- * A C example using PPB_Audio and PPB_AudioConfig:
- * @code
+ * <strong>Example: </strong>
+ *
+ * <code>
* void audio_callback(void* sample_buffer,
* uint32_t buffer_size_in_bytes,
* void* user_data) {
@@ -51,7 +53,7 @@
* audio_interface->StartPlayback(pp_audio);
*
* ...audio_callback() will now be periodically invoked on a seperate thread...
- * @endcode
+ * </code>
*/
interface PPB_Audio {
/**
« no previous file with comments | « no previous file | ppapi/api/ppb_messaging.idl » ('j') | ppapi/c/ppb_audio_config.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698