| Index: ppapi/c/ppb_messaging.h
|
| ===================================================================
|
| --- ppapi/c/ppb_messaging.h (revision 124481)
|
| +++ ppapi/c/ppb_messaging.h (working copy)
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From ppb_messaging.idl modified Wed Oct 5 14:06:02 2011. */
|
| +/* From ppb_messaging.idl modified Mon Feb 27 13:31:21 2012. */
|
|
|
| #ifndef PPAPI_C_PPB_MESSAGING_H_
|
| #define PPAPI_C_PPB_MESSAGING_H_
|
| @@ -60,7 +60,7 @@
|
| *
|
| * <strong>Example:</strong>
|
| *
|
| - * <code>
|
| + * @code
|
| *
|
| * <body>
|
| * <object id="plugin"
|
| @@ -73,13 +73,12 @@
|
| * </script>
|
| * </body>
|
| *
|
| - * </code>
|
| + * @endcode
|
| *
|
| * The module instance then invokes PostMessage() as follows:
|
| *
|
| - * <code>
|
| + * @code
|
| *
|
| - *
|
| * char hello_world[] = "Hello world!";
|
| * PP_Var hello_var = ppb_var_interface->VarFromUtf8(instance,
|
| * hello_world,
|
| @@ -87,7 +86,7 @@
|
| * ppb_messaging_interface->PostMessage(instance, hello_var); // Copies var.
|
| * ppb_var_interface->Release(hello_var);
|
| *
|
| - * </code>
|
| + * @endcode
|
| *
|
| * The browser will pop-up an alert saying "Hello world!"
|
| */
|
|
|