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

Unified Diff: ppapi/api/ppp_messaging.idl

Issue 9421037: Added @code/@endcode and removed .html (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/api/ppp_messaging.idl
===================================================================
--- ppapi/api/ppp_messaging.idl (revision 122520)
+++ ppapi/api/ppp_messaging.idl (working copy)
@@ -39,7 +39,7 @@
*
* <strong>Example:</strong>
*
- * <code>
+ * @code
*
* <body>
* <object id="plugin"
@@ -49,7 +49,7 @@
* </script>
* </body>
*
- * </code>
+ * @endcode
*
*/
void HandleMessage([in] PP_Instance instance, [in] PP_Var message);

Powered by Google App Engine
This is Rietveld 408576698