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
diff --git a/ppapi/c/ppb_url_request_info.h b/ppapi/c/ppb_url_request_info.h
index d07c2973..e2e8bbe 100644
--- a/ppapi/c/ppb_url_request_info.h
+++ b/ppapi/c/ppb_url_request_info.h
@@ -3,7 +3,7 @@
  * found in the LICENSE file.
  */
 
-/* From ppb_url_request_info.idl modified Sat Jul 16 16:50:26 2011. */
+/* From ppb_url_request_info.idl modified Thu Aug 11 14:19:23 2011. */
 
 #ifndef PPAPI_C_PPB_URL_REQUEST_INFO_H_
 #define PPAPI_C_PPB_URL_REQUEST_INFO_H_
@@ -72,9 +72,10 @@
    */
   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,
   /**
@@ -155,7 +156,7 @@
 /**
  * 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.
  */
 #define PPB_URLREQUESTINFO_INTERFACE_0_2 "PPB_URLRequestInfo;0.2"