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

Unified Diff: ppapi/c/pp_bool.h

Issue 7241024: Mostly minor changes such as adding <code></code> around elements, a little rewriting, and a few ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 | « no previous file | ppapi/c/pp_completion_callback.h » ('j') | ppapi/c/pp_completion_callback.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/pp_bool.h
===================================================================
--- ppapi/c/pp_bool.h (revision 90368)
+++ ppapi/c/pp_bool.h (working copy)
@@ -9,7 +9,8 @@
/**
* @file
- * This file defines the PP_Bool enumeration for use in PPAPI C headers.
+ * This file defines the <code>PP_Bool</code> enumeration for use in PPAPI C
+ * headers.
*/
/**
@@ -19,8 +20,8 @@
*/
/**
- * The PP_Bool enum is a boolean value for use in PPAPI C headers. The
- * standard bool type is not available to pre-C99 compilers, and is not
+ * The <code>PP_Bool</code> enum is a boolean value for use in PPAPI C headers.
+ * The standard bool type is not available to pre-C99 compilers, and is not
* guaranteed to be compatible between C and C++, whereas the PPAPI C
* headers can be included from C or C++ code.
*/
« no previous file with comments | « no previous file | ppapi/c/pp_completion_callback.h » ('j') | ppapi/c/pp_completion_callback.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698