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); |