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

Unified Diff: ppapi/cpp/mouse_lock.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/logging.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/mouse_lock.h
diff --git a/ppapi/cpp/mouse_lock.h b/ppapi/cpp/mouse_lock.h
index c743aedaeaeed7c5fdd1757a90dfe57cdf2f3ae9..ed5b07aa832b3221825fc72ee94eec15a2fc241d 100644
--- a/ppapi/cpp/mouse_lock.h
+++ b/ppapi/cpp/mouse_lock.h
@@ -26,16 +26,16 @@ class Instance;
/// composition.
///
/// <strong>Example (inheritance):</strong>
-/// <code>
+/// @code
/// class MyInstance : public pp::Instance, public pp::MouseLock {
/// class MyInstance() : pp::MouseLock(this) {
/// }
/// ...
/// };
-/// </code>
+/// @endcode
///
/// <strong>Example (composition):</strong>
-/// <code>
+/// @code
/// class MyMouseLock : public pp::MouseLock {
/// ...
/// };
@@ -46,7 +46,7 @@ class Instance;
///
/// MyMouseLock mouse_lock_;
/// };
-/// </code>
+/// @endcode
class MouseLock {
public:
/// A constructor for creating a <code>MouseLock</code>.
« no previous file with comments | « ppapi/cpp/logging.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698