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

Unified Diff: ppapi/api/ppb_input_event.idl

Issue 13238002: [PPAPI] Documentation fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge yet again Created 7 years, 8 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
« no previous file with comments | « ppapi/api/ppb_graphics_3d.idl ('k') | ppapi/api/ppb_message_loop.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_input_event.idl
diff --git a/ppapi/api/ppb_input_event.idl b/ppapi/api/ppb_input_event.idl
index 083b62e89bc174f313a25fa373fa4deeecc55900..e50a8798bc3908a87e2dc2a052f84d35ff41c8d7 100644
--- a/ppapi/api/ppb_input_event.idl
+++ b/ppapi/api/ppb_input_event.idl
@@ -320,11 +320,11 @@ interface PPB_InputEvent {
* a crack at the message.
*
* <strong>Example:</strong>
- * <code>
+ * @code
* RequestInputEvents(instance, PP_INPUTEVENT_CLASS_MOUSE);
* RequestFilteringInputEvents(instance,
* PP_INPUTEVENT_CLASS_WHEEL | PP_INPUTEVENT_CLASS_KEYBOARD);
- * </code>
+ * @endcode
*
* @param instance The <code>PP_Instance</code> of the instance requesting
* the given events.
@@ -363,11 +363,11 @@ interface PPB_InputEvent {
* can have significant overhead.
*
* <strong>Example:</strong>
- * <code>
+ * @code
* RequestInputEvents(instance, PP_INPUTEVENT_CLASS_MOUSE);
* RequestFilteringInputEvents(instance,
* PP_INPUTEVENT_CLASS_WHEEL | PP_INPUTEVENT_CLASS_KEYBOARD);
- * </code>
+ * @endcode
*
* @return <code>PP_OK</code> if the operation succeeded,
* <code>PP_ERROR_BADARGUMENT</code> if instance is invalid, or
« no previous file with comments | « ppapi/api/ppb_graphics_3d.idl ('k') | ppapi/api/ppb_message_loop.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698