diff options
author | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 19:15:31 +0000 |
---|---|---|
committer | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 19:15:31 +0000 |
commit | 63e627dc079238661c337c71e0061f06f49fbb41 (patch) | |
tree | 15691d51d98f5a6d340c9e036f328d87e275f1fb /ppapi/cpp/image_data.h | |
parent | 42efeb41c144abd1e0b6ac36ddacabd1c4ee4f72 (diff) | |
download | chromium_src-63e627dc079238661c337c71e0061f06f49fbb41.zip chromium_src-63e627dc079238661c337c71e0061f06f49fbb41.tar.gz chromium_src-63e627dc079238661c337c71e0061f06f49fbb41.tar.bz2 |
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
Diffstat (limited to 'ppapi/cpp/image_data.h')
-rw-r--r-- | ppapi/cpp/image_data.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ppapi/cpp/image_data.h b/ppapi/cpp/image_data.h index b472a85..e4159c0 100644 --- a/ppapi/cpp/image_data.h +++ b/ppapi/cpp/image_data.h @@ -51,10 +51,9 @@ class ImageData : public Resource { /// /// @param[in] format A PP_ImageDataFormat containing desired image format. /// PP_ImageDataFormat is an enumeration of the different types of - /// image data formats. Refer to the - /// <a href="/chrome/nativeclient/docs/reference/pepperc/ - /// ppb__image__data_8h.html"><code>ppb_image_data.h</code></a> for further - /// information. + /// image data formats. Refer to + /// <a href="../pepperc/ppb__image__data_8h.html"> + /// <code>ppb_image_data.h</code></a> for further information. /// /// @param[in] size A pointer to a <code>Size</code> containing the image /// size. |