Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Unified Diff: ppapi/cpp/audio_config.h

Issue 9421037: Added @code/@endcode and removed .html (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/c/ppp_messaging.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/audio_config.h
===================================================================
--- ppapi/cpp/audio_config.h (revision 124481)
+++ ppapi/cpp/audio_config.h (working copy)
@@ -19,8 +19,9 @@
class InstanceHandle;
/// A 16 bit stereo AudioConfig resource. Refer to the
-/// <a href="/chrome/nativeclient/docs/audio.html">Pepper
-/// Audio API Code Walkthrough</a> for information on using this interface.
+/// <a href="/native-client/{{pepperversion}}/devguide/coding/audio">Audio
+/// </a> chapter in the Developer's Guide for information on using this
+/// interface.
///
/// A single sample frame on a stereo device means one value for the left
/// channel and one value for the right channel.
@@ -40,7 +41,7 @@
/// Data will always be in the native endian format of the platform.
///
/// <strong>Example:</strong>
-/// <code>
+/// @code
///
/// // Create an audio config with a supported frame count.
/// uint32_t sample_frame_count = AudioConfig::RecommendSampleFrameCount(
@@ -53,7 +54,7 @@
/// Audio audio(instance, config, callback, user_data);
/// if (audio.is_null())
/// return false; // Couldn't create audio.
-/// </code>
+/// @endcode
class AudioConfig : public Resource {
public:
/// An empty constructor for an <code>AudioConfig</code> resource.
« no previous file with comments | « ppapi/c/ppp_messaging.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698