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

Unified Diff: ppapi/c/ppp_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/ppp_messaging.h
===================================================================
--- ppapi/c/ppp_messaging.h (revision 97869)
+++ ppapi/c/ppp_messaging.h (working copy)
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppp_messaging.idl modified Wed Jul 13 16:51:47 2011. */
+/* From ppp_messaging.idl modified Tue Aug 23 10:45:08 2011. */
#ifndef PPAPI_C_PPP_MESSAGING_H_
#define PPAPI_C_PPP_MESSAGING_H_
@@ -56,8 +56,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>
dmichael (off chromium) 2011/08/23 16:53:52 Now there are two 'Example:' lines. Please remove
jond 2011/08/23 20:02:36 Oops. Good catch. On 2011/08/23 16:53:52, dmichae
*
+ * <code>
+ *
* <body>
* <object id="plugin"
* type="application/x-ppapi-postMessage-example"/>
@@ -66,7 +68,7 @@
* </script>
* </body>
*
- * @endcode
+ * </code>
*
*/
void (*HandleMessage)(PP_Instance instance, struct PP_Var message);

Powered by Google App Engine
This is Rietveld 408576698