Index: ppapi/c/ppb_input_event.h |
diff --git a/ppapi/c/ppb_input_event.h b/ppapi/c/ppb_input_event.h |
index 6f612b5b3c835c9f0e016cb49e56366c3d3b06d3..35ef6be3633e5c25850d75e0462dcabb56e2c313 100644 |
--- a/ppapi/c/ppb_input_event.h |
+++ b/ppapi/c/ppb_input_event.h |
@@ -335,11 +335,11 @@ struct PPB_InputEvent_1_0 { |
* 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. |
@@ -376,11 +376,11 @@ struct PPB_InputEvent_1_0 { |
* 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 |