diff options
author | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-23 15:01:06 +0000 |
---|---|---|
committer | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-23 15:01:06 +0000 |
commit | 44f4f3120bfb6334b491da1876f3bc798104546a (patch) | |
tree | ec4f417eee9ec0eee14a8ca15eff62a4ee84e5f9 /ppapi/cpp/paint_aggregator.h | |
parent | 10d8ea6d242a2c8de51c4e90ca7f3846aeac0bf7 (diff) | |
download | chromium_src-44f4f3120bfb6334b491da1876f3bc798104546a.zip chromium_src-44f4f3120bfb6334b491da1876f3bc798104546a.tar.gz chromium_src-44f4f3120bfb6334b491da1876f3bc798104546a.tar.bz2 |
Fixed references such that all begin "Refer to xyz for further information."
Doxygen will create links for xyz (don't need @see).
Review URL: http://codereview.chromium.org/7711014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97859 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp/paint_aggregator.h')
-rw-r--r-- | ppapi/cpp/paint_aggregator.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ppapi/cpp/paint_aggregator.h b/ppapi/cpp/paint_aggregator.h index 85c4442..db1e04c 100644 --- a/ppapi/cpp/paint_aggregator.h +++ b/ppapi/cpp/paint_aggregator.h @@ -22,7 +22,8 @@ namespace pp { /// additionally handle the necessary callbacks on top of the PaintAggregator /// functionality. /// -/// See http://code.google.com/p/ppapi/wiki/2DPaintingModel +/// Refer to <code>http://code.google.com/p/ppapi/wiki/2DPaintingModel</code> +/// for further information. class PaintAggregator { public: struct PaintUpdate { @@ -93,7 +94,7 @@ class PaintAggregator { /// PendingUpdate if InvalidateRect or ScrollRect were called and /// ClearPendingUpdate was not called. /// - /// @return True if there is a pending update, otherwise false. + /// @return true if there is a pending update, otherwise false. bool HasPendingUpdate() const; /// This function clears a pending update. |