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

Unified Diff: ppapi/c/pp_bool.h

Issue 6312098: Updating documentation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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_errors.h » ('j') | ppapi/c/pp_instance.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 73518)
+++ ppapi/c/pp_bool.h (working copy)
@@ -9,7 +9,7 @@
/**
* @file
- * Defines the API ...
+ * This file defines the PP_Bool enumeration for use in PPAPI C headers.
*/
/**
@@ -19,10 +19,10 @@
*/
/**
- * 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.
+ * 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
+ * guaranteed to be compatible between C and C++, whereas the PPAPI C
+ * headers can be included from C or C++ code.
*/
typedef enum {
PP_FALSE = 0,
@@ -33,9 +33,5 @@
* @}
*/
-
-
-
-
#endif /* PPAPI_C_PP_BOOL_H_ */
« no previous file with comments | « no previous file | ppapi/c/pp_errors.h » ('j') | ppapi/c/pp_instance.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698