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

Unified Diff: ppapi/api/ppp_messaging.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 | « ppapi/api/ppb_messaging.idl ('k') | ppapi/c/ppb_audio.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppp_messaging.idl
===================================================================
--- ppapi/api/ppp_messaging.idl (revision 98665)
+++ ppapi/api/ppp_messaging.idl (working copy)
@@ -27,20 +27,20 @@
* JavaScript execution will not be blocked while HandleMessage() is
* processing the message.
*
- * @param[in] instance A <code>PP_Instance</code> indentifying one instance
+ * @param[in] instance A <code>PP_Instance</code> identifying one instance
* of a module.
* @param[in] message A <code>PP_Var</code> containing the data to be sent
* to JavaScript. Message can have an int32_t, double, bool, or string value
* (objects are not supported).
*
- * <strong>Example:</strong>
- *
* The following JavaScript code invokes <code>HandleMessage</code>, passing
* the module instance on which it was invoked, with <code>message</code>
* being a string <code>PP_Var</code> containing "Hello world!"
*
- * @code
+ * <strong>Example:</strong>
*
+ * <code>
+ *
* <body>
* <object id="plugin"
* type="application/x-ppapi-postMessage-example"/>
@@ -49,7 +49,7 @@
* </script>
* </body>
*
- * @endcode
+ * </code>
*
*/
void HandleMessage([in] PP_Instance instance, [in] PP_Var message);
« no previous file with comments | « ppapi/api/ppb_messaging.idl ('k') | ppapi/c/ppb_audio.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698