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

Unified Diff: ppapi/cpp/mouse_lock.h

Issue 9132003: Fixed a couple warnings that came up during doxygen generation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 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/logging.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/mouse_lock.h
===================================================================
--- ppapi/cpp/mouse_lock.h (revision 116675)
+++ ppapi/cpp/mouse_lock.h (working copy)
@@ -16,7 +16,7 @@
class CompletionCallback;
class Instance;
-/// This class allows you to associate the <codee>PPP_MouseLock</code> and
+/// This class allows you to associate the <code>PPP_MouseLock</code> and
/// <code>PPB_MouseLock</code> C-based interfaces with an object. It associates
/// itself with the given instance, and registers as the global handler for
/// handling the <code>PPP_MouseLock</code> interface that the browser calls.
@@ -77,7 +77,7 @@
/// program using a reserved keystroke (e.g. ALT+TAB), or some other system
/// event.
///
- /// @param[in] callback A <code>PP_CompletionCallback</code> to be called upon
+ /// @param[in] cc A <code>CompletionCallback</code> to be called upon
/// completion.
///
/// @return An int32_t containing an error code from <code>pp_errors.h</code>.
« no previous file with comments | « ppapi/cpp/logging.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698