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

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
Index: ppapi/api/ppp_messaging.idl
===================================================================
--- ppapi/api/ppp_messaging.idl (revision 97869)
+++ ppapi/api/ppp_messaging.idl (working copy)
@@ -41,8 +41,10 @@
* 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"/>
@@ -51,7 +53,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') | ppapi/c/ppb_audio_config.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698