summaryrefslogtreecommitdiffstats
path: root/ppapi/api
diff options
context:
space:
mode:
authorjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-15 17:23:14 +0000
committerjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-15 17:23:14 +0000
commite6ce5e42370454686624b65c5db6af91da6c42bf (patch)
treeb40152a3e05c98249fa69e0b730c3792f64e9ee8 /ppapi/api
parent16b1429e1cafbadaa66003dcf8e9c9b720df52ef (diff)
downloadchromium_src-e6ce5e42370454686624b65c5db6af91da6c42bf.zip
chromium_src-e6ce5e42370454686624b65c5db6af91da6c42bf.tar.gz
chromium_src-e6ce5e42370454686624b65c5db6af91da6c42bf.tar.bz2
Fixed several issues with <code> tags mostly (warnings in Doxygen).
Review URL: http://codereview.chromium.org/7628003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96789 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api')
-rw-r--r--ppapi/api/ppb_audio.idl1
-rw-r--r--ppapi/api/ppb_audio_config.idl2
-rw-r--r--ppapi/api/ppb_image_data.idl2
-rw-r--r--ppapi/api/ppb_instance.idl2
-rw-r--r--ppapi/api/ppb_url_request_info.idl9
-rw-r--r--ppapi/api/ppb_url_response_info.idl8
6 files changed, 13 insertions, 11 deletions
diff --git a/ppapi/api/ppb_audio.idl b/ppapi/api/ppb_audio.idl
index d13f6bf..5767e66 100644
--- a/ppapi/api/ppb_audio.idl
+++ b/ppapi/api/ppb_audio.idl
@@ -51,6 +51,7 @@ typedef void PPB_Audio_Callback([out] mem_t sample_buffer,
* audio_interface->StartPlayback(pp_audio);
*
* ...audio_callback() will now be periodically invoked on a seperate thread...
+ * @endcode
*/
interface PPB_Audio {
/**
diff --git a/ppapi/api/ppb_audio_config.idl b/ppapi/api/ppb_audio_config.idl
index bef8c22..b745999 100644
--- a/ppapi/api/ppb_audio_config.idl
+++ b/ppapi/api/ppb_audio_config.idl
@@ -102,7 +102,7 @@ interface PPB_AudioConfig {
* system, but values in between aren't necessarily valid. This function
* will return a supported count closest to the requested value.
*
- * @param[in] sample_rate A <code>PP_AudioSampleRate which is either
+ * @param[in] sample_rate A <code>PP_AudioSampleRate</code> which is either
* <code>PP_AUDIOSAMPLERATE_44100</code> or
* <code>PP_AUDIOSAMPLERATE_48000.</code>
* @param[in] requested_sample_frame_count A <code>uint_32t</code> requested
diff --git a/ppapi/api/ppb_image_data.idl b/ppapi/api/ppb_image_data.idl
index f7fc63d..58c91ca 100644
--- a/ppapi/api/ppb_image_data.idl
+++ b/ppapi/api/ppb_image_data.idl
@@ -30,7 +30,7 @@
*
* ...components of a pixel, floats ranging from 0 to 1...
* <code>float red = 1.0f;</code>
- * <code><code>float green = 0.50f;</code>
+ * <code>float green = 0.50f;</code>
* <code>float blue = 0.0f;</code>
* <code>float alpha = 0.75f;</code>
* ...components for image data are 8-bit values ranging from 0 to 255...
diff --git a/ppapi/api/ppb_instance.idl b/ppapi/api/ppb_instance.idl
index 12bf46f..b27170d 100644
--- a/ppapi/api/ppb_instance.idl
+++ b/ppapi/api/ppb_instance.idl
@@ -67,7 +67,7 @@ interface PPB_Instance {
* @param[in] instance A <code>PP_Instance</code> indentifying one instance
* of a module.
*
- * @return A <code>PP_Bool</code> containing <code>PP_TRUE<code> if the
+ * @return A <code>PP_Bool</code> containing <code>PP_TRUE</code> if the
* instance is full-frame.
*/
PP_Bool IsFullFrame(
diff --git a/ppapi/api/ppb_url_request_info.idl b/ppapi/api/ppb_url_request_info.idl
index f0d9aad..3007cf2 100644
--- a/ppapi/api/ppb_url_request_info.idl
+++ b/ppapi/api/ppb_url_request_info.idl
@@ -65,9 +65,10 @@ enum PP_URLRequestProperty {
PP_URLREQUESTPROPERTY_RECORDDOWNLOADPROGRESS,
/**
- * This corresponds to a <code>PP_Bool (default=<code>PP_FALSE</code>).
- * Set this value to <code>PP_TRUE</code> if you want to be able to poll the
- * upload progress using PPB_URLLoader.GetUplaodProgress().
+ * This corresponds to a <code>PP_Bool</code>
+ * (default=<code>PP_FALSE</code>). Set this value to <code>PP_TRUE</code> if
+ * you want to be able to poll the upload progress using
+ * PPB_URLLoader.GetUplaodProgress().
*/
PP_URLREQUESTPROPERTY_RECORDUPLOADPROGRESS,
@@ -146,7 +147,7 @@ enum PP_URLRequestProperty {
/**
* The <code>PPB_URLRequestInfo</code> interface is used to create
* and handle URL requests. This API is used in conjunction with
- * <code>PPB_URLLoader</code>. Refer to <code>PPB_URLLoader for further
+ * <code>PPB_URLLoader</code>. Refer to <code>PPB_URLLoader</code> for further
* information.
*/
interface PPB_URLRequestInfo {
diff --git a/ppapi/api/ppb_url_response_info.idl b/ppapi/api/ppb_url_response_info.idl
index ee22bfc..29d7d3d 100644
--- a/ppapi/api/ppb_url_response_info.idl
+++ b/ppapi/api/ppb_url_response_info.idl
@@ -116,14 +116,14 @@ interface PPB_URLResponseInfo {
* <code>PP_URLREQUESTPROPERTY_STREAMTOFILE</code> was set on the
* <code>URLRequestInfo</code> used to produce this response. This file
* remains valid until the <code>URLLoader</code> associated with this
- * <code>URLResponseInfo is closed or destroyed.
+ * <code>URLResponseInfo</code> is closed or destroyed.
*
* @param[in] request A <code>PP_Resource</code> corresponding to a
* <code>URLResponseInfo</code>.
*
- * @return A <code>PP_Resource</code> corresponding to a FileRef if
- * successful, 0 if <code>PP_URLREQUESTPROPERTY_STREAMTOFILE</code> was not
- * requested or if the <code>URLLoader</code> has not been opened yet.
+ * @return A <code>PP_Resource</code> corresponding to a <code>FileRef</code>
+ * if successful, 0 if <code>PP_URLREQUESTPROPERTY_STREAMTOFILE</code> was
+ * not requested or if the <code>URLLoader</code> has not been opened yet.
*/
PP_Resource GetBodyAsFileRef(
[in] PP_Resource response);