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

Unified Diff: ppapi/c/ppb_audio.h

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/c/ppb_audio.h
===================================================================
--- ppapi/c/ppb_audio.h (revision 122520)
+++ ppapi/c/ppb_audio.h (working copy)
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_audio.idl modified Wed Oct 5 14:06:02 2011. */
+/* From ppb_audio.idl modified Wed Jan 25 11:39:19 2012. */
#ifndef PPAPI_C_PPB_AUDIO_H_
#define PPAPI_C_PPB_AUDIO_H_
@@ -56,7 +56,7 @@
*
* <strong>Example: </strong>
*
- * <code>
+ * @code
* void audio_callback(void* sample_buffer,
* uint32_t buffer_size_in_bytes,
* void* user_data) {
@@ -76,7 +76,7 @@
* audio_interface->StartPlayback(pp_audio);
*
* ...audio_callback() will now be periodically invoked on a separate thread...
- * </code>
+ * @endcode
*/
struct PPB_Audio_1_0 {
/**

Powered by Google App Engine
This is Rietveld 408576698