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

Unified Diff: ppapi/c/ppb_audio_config.h

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
Index: ppapi/c/ppb_audio_config.h
===================================================================
--- ppapi/c/ppb_audio_config.h (revision 97869)
+++ ppapi/c/ppb_audio_config.h (working copy)
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_audio_config.idl modified Wed Aug 17 11:16:34 2011. */
+/* From ppb_audio_config.idl modified Tue Aug 23 10:14:32 2011. */
#ifndef PPAPI_C_PPB_AUDIO_CONFIG_H_
#define PPAPI_C_PPB_AUDIO_CONFIG_H_
@@ -159,9 +159,8 @@
* @param[in] config A <code>PP_Resource</code> containing the audio config
* resource.
* @return A <code>uint32_t</code> containing sample frame count or
- * 0 if the resource is invalid. Refer to
- * <code>RecommendSampleFrameCount</code> for more information on sample
- * frame counts.
+ * 0 if the resource is invalid. See <code>RecommendSampleFrameCount</code>
+ * for more on sample frame counts.
dmichael (off chromium) 2011/08/23 16:53:52 Did you intend to do this change? I thought you ju
jond 2011/08/23 20:02:36 No I didn't. Strange. On 2011/08/23 16:53:52, dmi
*/
uint32_t (*GetSampleFrameCount)(PP_Resource config);
};
« no previous file with comments | « ppapi/c/ppb_audio.h ('k') | ppapi/c/ppb_messaging.h » ('j') | ppapi/c/ppp_messaging.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698