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

Unified Diff: ppapi/cpp/instance.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, 10 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/var.h » ('j') | ppapi/cpp/var.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/instance.h
===================================================================
--- ppapi/cpp/instance.h (revision 122146)
+++ ppapi/cpp/instance.h (working copy)
@@ -457,7 +457,7 @@
/// @}
/// AddPerInstanceObject() associates an instance with an interface,
- /// creating an object... {PENDING: clarify!}
+ /// creating an object.
///
/// Many optional interfaces are associated with a plugin instance. For
/// example, the find in PPP_Find interface receives updates on a per-instance
@@ -486,7 +486,7 @@
/// @param[in] object
void AddPerInstanceObject(const std::string& interface_name, void* object);
- /// {PENDING: summarize Remove method here}
+ // {PENDING: summarize Remove method here}
///
/// Refer to AddPerInstanceObject() for further information.
///
« no previous file with comments | « ppapi/cpp/input_event.h ('k') | ppapi/cpp/var.h » ('j') | ppapi/cpp/var.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698