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

Unified Diff: ppapi/cpp/logging.h

Issue 13238002: [PPAPI] Documentation fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge yet again Created 7 years, 8 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/instance.h ('k') | ppapi/cpp/mouse_lock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/logging.h
diff --git a/ppapi/cpp/logging.h b/ppapi/cpp/logging.h
index 97479a276130afe69eb427b0969a197bebcabd5a..d0a4f5b29a5635973571a9638900251379c56a41 100644
--- a/ppapi/cpp/logging.h
+++ b/ppapi/cpp/logging.h
@@ -20,7 +20,7 @@
///
/// <strong>Example:</strong>
///
-/// <code>
+/// @code
/// if (!pointer) {
/// // Pointer wasn't valid! This shouldn't happen.
/// PP_NOTREACHED();
@@ -28,7 +28,7 @@
/// }
/// // Do stuff to the pointer, since you know it's valid.
/// pointer->DoSomething();
-/// </code>
+/// @endcode
#define PP_NOTREACHED() assert(false)
#endif // PPAPI_CPP_LOGGING_H_
« no previous file with comments | « ppapi/cpp/instance.h ('k') | ppapi/cpp/mouse_lock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698