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

Unified Diff: ppapi/cpp/input_event.h

Issue 9288006: Minor changes as per Christians most-recent review of the docs. (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
Index: ppapi/cpp/input_event.h
===================================================================
--- ppapi/cpp/input_event.h (revision 118900)
+++ ppapi/cpp/input_event.h (working copy)
@@ -121,7 +121,7 @@
/// position of the mouse when the eent occurred.
///
/// @param[in] click_count
- /// TODO(brettw) figure out exactly what this means.
+ // TODO(brettw) figure out exactly what this means.
///
/// @param[in] mouse_movement The change in position of the mouse.
MouseInputEvent(Instance* instance,
@@ -160,7 +160,7 @@
/// @return The change in position of the mouse, relative to the previous
/// position.
///
- /// TODO(yzshen): This feature hasn't been fully supported yet. For now,
+ // TODO(yzshen): This feature hasn't been fully supported yet. For now,
/// movement information is provided only if the mouse is locked. If the mouse
dmichael (off chromium) 2012/02/15 17:53:50 164 and 165 also should have "//" instead of "///"
jond 2012/02/15 22:33:53 Done.
/// is not locked, the returned value is (0, 0).
Point GetMovement() const;
« ppapi/api/ppb_file_system.idl ('K') | « ppapi/cpp/audio.h ('k') | ppapi/cpp/instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698