diff options
Diffstat (limited to 'ppapi/c/pp_errors.h')
-rw-r--r-- | ppapi/c/pp_errors.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ppapi/c/pp_errors.h b/ppapi/c/pp_errors.h index 4a7b3e3..055584e 100644 --- a/ppapi/c/pp_errors.h +++ b/ppapi/c/pp_errors.h @@ -16,7 +16,8 @@ * @{ */ -/** This enumeration contains enumerators of all PPAPI error codes. +/** + * This enumeration contains enumerators of all PPAPI error codes. * Errors are negative valued. */ enum { @@ -94,7 +95,8 @@ enum { /** This value indicates failure due to a time limit being exceeded. */ PP_ERROR_TIMEDOUT = -30, - /** This value indicates that the user cancelled rather than providing + /** + * This value indicates that the user cancelled rather than providing * expected input. */ PP_ERROR_USERCANCEL = -40 @@ -102,7 +104,6 @@ enum { /** * @} - * End of addtogroup Enums */ #endif /* PPAPI_C_PP_ERRORS_H_ */ |