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

Unified Diff: ppapi/cpp/instance.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
« no previous file with comments | « ppapi/cpp/input_event.h ('k') | ppapi/cpp/paint_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/instance.h
===================================================================
--- ppapi/cpp/instance.h (revision 98665)
+++ ppapi/cpp/instance.h (working copy)
@@ -223,7 +223,7 @@
/// the instance on which it was invoked, with <code>message</code> being a
/// string <code>Var</code> containing "Hello world!"
///
- /// @code
+ /// <code>
///
/// <body>
/// <object id="plugin"
@@ -233,7 +233,7 @@
/// </script>
/// </body>
///
- /// @endcode
+ /// </code>
///
/// Refer to PostMessage() for sending messages to JavaScript.
///
@@ -327,12 +327,12 @@
///
/// <strong>Example:</strong>
///
- /// @code
+ /// <code>
/// RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE);
/// RequestFilteringInputEvents(
/// PP_INPUTEVENT_CLASS_WHEEL | PP_INPUTEVENT_CLASS_KEYBOARD);
///
- /// @endcode
+ /// </code>
///
/// @param event_classes A combination of flags from
/// <code>PP_InputEvent_Class</code> that identifies the classes of events
@@ -365,13 +365,13 @@
///
/// <strong>Example:</strong>
///
- /// @code
+ /// <code>
///
/// RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE);
/// RequestFilteringInputEvents(
/// PP_INPUTEVENT_CLASS_WHEEL | PP_INPUTEVENT_CLASS_KEYBOARD);
///
- /// @endcode
+ /// </code>
///
/// @param event_classes A combination of flags from
/// <code>PP_InputEvent_Class</code> that identifies the classes of events
@@ -412,7 +412,7 @@
///
/// <strong>Example:</strong>
///
- /// @code
+ /// <code>
///
/// <body>
/// <object id="plugin"
@@ -425,15 +425,15 @@
/// </script>
/// </body>
///
- /// @endcode
+ /// </code>
///
/// The instance then invokes PostMessage() as follows:
///
- /// @code
+ /// <code>
///
/// PostMessage(pp::Var("Hello world!"));
///
- /// @endcode
+ /// </code>
///
/// The browser will pop-up an alert saying "Hello world!"
///
« no previous file with comments | « ppapi/cpp/input_event.h ('k') | ppapi/cpp/paint_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698