From 63e627dc079238661c337c71e0061f06f49fbb41 Mon Sep 17 00:00:00 2001 From: "jond@google.com" <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> Date: Tue, 16 Aug 2011 19:15:31 +0000 Subject: Small changes such as spacing and adding [in/out] identifiers after @params. Review URL: http://codereview.chromium.org/7617018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97004 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/cpp/graphics_2d.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ppapi/cpp/graphics_2d.h') diff --git a/ppapi/cpp/graphics_2d.h b/ppapi/cpp/graphics_2d.h index 52e0380..75583ca 100644 --- a/ppapi/cpp/graphics_2d.h +++ b/ppapi/cpp/graphics_2d.h @@ -63,6 +63,7 @@ class Graphics2D : public Resource { /// of this 2D graphics context. /// /// @param[in] other An other 2D graphics context. + /// /// @return A new Graphics2D context. Graphics2D& operator=(const Graphics2D& other); -- cgit v1.1