diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-28 19:34:21 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-28 19:34:21 +0000 |
commit | 33974e14ad77822638d302d691a52df47d8132ed (patch) | |
tree | adee6a11c0aed76252ef5ace50bf54a9e346997f /ppapi/c/ppb_audio.h | |
parent | df77fdbf425636d51f1ad2324aed0288d7676bee (diff) | |
download | chromium_src-33974e14ad77822638d302d691a52df47d8132ed.zip chromium_src-33974e14ad77822638d302d691a52df47d8132ed.tar.gz chromium_src-33974e14ad77822638d302d691a52df47d8132ed.tar.bz2 |
[NaCl SDK Docs] Update PPAPI docs to use Chromesite-friendly URLs.
* Chromesite URLs must end in .html, unlike devsite.
* Non-doxygen docs are no longer versioned, so {{pepperversion}} should
be removed from all URLs.
* Added FixPepperDocLinks() function to generate_docs.py. This will fix links
for stable/beta/dev headers until this change makes it to stable.
BUG=none
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/132283007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247482 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/ppb_audio.h')
-rw-r--r-- | ppapi/c/ppb_audio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/ppb_audio.h b/ppapi/c/ppb_audio.h index d41839a..edfb7f7 100644 --- a/ppapi/c/ppb_audio.h +++ b/ppapi/c/ppb_audio.h @@ -3,7 +3,7 @@ * found in the LICENSE file. */ -/* From ppb_audio.idl modified Thu Aug 01 13:19:46 2013. */ +/* From ppb_audio.idl modified Fri Jan 24 16:18:44 2014. */ #ifndef PPAPI_C_PPB_AUDIO_H_ #define PPAPI_C_PPB_AUDIO_H_ @@ -61,7 +61,7 @@ typedef void (*PPB_Audio_Callback_1_0)(void* sample_buffer, /** * The <code>PPB_Audio</code> interface contains pointers to several functions * for handling audio resources. Refer to the - * <a href="/native-client/{{pepperversion}}/devguide/coding/audio">Audio</a> + * <a href="/native-client/devguide/coding/audio.html">Audio</a> * chapter in the Developer's Guide for information on using this interface. * Please see descriptions for each <code>PPB_Audio</code> and * <code>PPB_AudioConfig</code> function for more details. A C example using |