diff options
author | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-16 19:33:07 +0000 |
---|---|---|
committer | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-16 19:33:07 +0000 |
commit | f1a0afd004fcdd67f463edd04148a939ededa692 (patch) | |
tree | 92fb7398174220b09250bfb42a051f47d4933a5a /ppapi/cpp/instance.h | |
parent | bafda13fc1c1f1a28ef15fd8703370dda0d1a5f3 (diff) | |
download | chromium_src-f1a0afd004fcdd67f463edd04148a939ededa692.zip chromium_src-f1a0afd004fcdd67f463edd04148a939ededa692.tar.gz chromium_src-f1a0afd004fcdd67f463edd04148a939ededa692.tar.bz2 |
Minor changes as per Christians most-recent review of the docs.
Review URL: http://codereview.chromium.org/9288006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122337 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp/instance.h')
-rw-r--r-- | ppapi/cpp/instance.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/cpp/instance.h b/ppapi/cpp/instance.h index 9927624..025f398 100644 --- a/ppapi/cpp/instance.h +++ b/ppapi/cpp/instance.h @@ -457,7 +457,7 @@ class Instance { /// @} /// 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 @@ class Instance { /// @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. /// |