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

Unified Diff: ppapi/cpp/url_loader.h

Issue 7715005: Changed all @code to <code> and @endcode to </code> as per dmichael (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
« ppapi/c/ppb_audio_config.h ('K') | « ppapi/cpp/paint_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/url_loader.h
===================================================================
--- ppapi/cpp/url_loader.h (revision 97869)
+++ ppapi/cpp/url_loader.h (working copy)
@@ -21,7 +21,7 @@
///
/// <strong>Example:</strong>
///
-/// @code
+/// <code>
///
/// class MyHandler {
/// public:
@@ -78,7 +78,7 @@
/// char buf_[4096];
/// bool did_open_;
/// };
-/// @endcode
+/// </code>
class URLLoader : public Resource {
public:
/// Default constructor for creating an is_null()
@@ -92,7 +92,8 @@
/// A constructor used when a <code>PP_Resource</code> is provided as a
/// return value whose reference count we need to increment.
///
- /// @param[in] resource A <code>PP_Resource</code>.
+ /// @param[in] resource A <code>PP_Resource</code> corresponding to a
+ /// resource.
dmichael (off chromium) 2011/08/23 20:16:11 Maybe say 'URLLoader resource' instead of just 're
jond 2011/08/23 21:15:29 Done.
explicit URLLoader(PP_Resource resource);
/// A constructor used to allocate a new URLLoader in the browser. The
« ppapi/c/ppb_audio_config.h ('K') | « ppapi/cpp/paint_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698