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

Unified Diff: ppapi/cpp/completion_callback.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
« no previous file with comments | « ppapi/cpp/audio_config.h ('k') | ppapi/cpp/input_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/completion_callback.h
===================================================================
--- ppapi/cpp/completion_callback.h (revision 98665)
+++ ppapi/cpp/completion_callback.h (working copy)
@@ -113,7 +113,7 @@
///
/// <strong>Example:</strong>
///
- /// @code
+ /// <code>
///
/// int32_t OpenURL(pp::URLLoader* loader,
/// pp::URLRequestInfo* url_request_info,
@@ -123,7 +123,7 @@
/// return loader->Open(*loader, *url_request_info, cc);
/// }
///
- /// @endcode
+ /// </code>
///
/// @param[in] result PP_OK_COMPLETIONPENDING or the result of the completed
/// operation to be passed to the callback function. PP_OK_COMPLETIONPENDING
@@ -172,7 +172,7 @@
///
/// <strong>Example: </strong>
///
-/// @code
+/// <code>
///
/// class MyHandler {
/// public:
@@ -231,7 +231,7 @@
/// int64_t offset_;
/// };
///
-/// @endcode
+/// </code>
///
template <typename T, typename RefCount = NonThreadSafeRefCount>
class CompletionCallbackFactory {
« no previous file with comments | « ppapi/cpp/audio_config.h ('k') | ppapi/cpp/input_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698