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

Unified Diff: ppapi/c/ppb_messaging.h

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/c/ppb_messaging.h
===================================================================
--- ppapi/c/ppb_messaging.h (revision 97869)
+++ ppapi/c/ppb_messaging.h (working copy)
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_messaging.idl modified Wed Jul 13 16:51:56 2011. */
+/* From ppb_messaging.idl modified Tue Aug 23 10:44:29 2011. */
#ifndef PPAPI_C_PPB_MESSAGING_H_
#define PPAPI_C_PPB_MESSAGING_H_
@@ -61,7 +61,7 @@
*
* <strong>Example:</strong>
*
- * @code
+ * <code>
*
* <body>
* <object id="plugin"
@@ -74,11 +74,11 @@
* </script>
* </body>
*
- * @endcode
+ * </code>
*
* The module instance then invokes PostMessage() as follows:
*
- * @code
+ * <code>
*
*
* char hello_world[] = "Hello world!";
@@ -88,7 +88,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!"
*/

Powered by Google App Engine
This is Rietveld 408576698