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/c/ppb_audio_config.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/c/ppb_audio_config.h')
-rw-r--r-- | ppapi/c/ppb_audio_config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ppapi/c/ppb_audio_config.h b/ppapi/c/ppb_audio_config.h index 1e503e7..6135263 100644 --- a/ppapi/c/ppb_audio_config.h +++ b/ppapi/c/ppb_audio_config.h @@ -159,8 +159,9 @@ struct PPB_AudioConfig { * @param[in] config A <code>PP_Resource</code> containing the audio config * resource. * @return A <code>uint32_t</code> containing sample frame count or - * 0 if the resource is invalid. See <code>RecommendSampleFrameCount</code> - * for more on sample frame counts. + * 0 if the resource is invalid. Refer to + * <code>RecommendSampleFrameCount</code> for more information on sample + * frame counts. */ uint32_t (*GetSampleFrameCount)(PP_Resource config); }; |