Index: ppapi/api/ppb_messaging.idl |
=================================================================== |
--- ppapi/api/ppb_messaging.idl (revision 97869) |
+++ ppapi/api/ppb_messaging.idl (working copy) |
@@ -46,7 +46,7 @@ |
* |
* <strong>Example:</strong> |
* |
- * @code |
+ * <code> |
* |
* <body> |
* <object id="plugin" |
@@ -59,11 +59,11 @@ |
* </script> |
* </body> |
* |
- * @endcode |
+ * </code> |
* |
* The module instance then invokes PostMessage() as follows: |
* |
- * @code |
+ * <code> |
* |
* |
* char hello_world[] = "Hello world!"; |
@@ -73,7 +73,7 @@ |
* ppb_messaging_interface->PostMessage(instance, hello_var); // Copies var. |
* ppb_var_interface->Release(hello_var); |
* |
- * @endcode |
+ * </code> |
* |
* The browser will pop-up an alert saying "Hello world!" |
*/ |