twchapman / nativeclient-sdk

Automatically exported from code.google.com/p/nativeclient-sdk
0 stars 0 forks source link

Documentation typos #125

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
At several places in the documentation there are references to errors like 
"PP_Error_BadResource", which should apparently be in all uppercase.

$ grep -R PP_Error ../NativeClientSDK/toolchain/linux_x86/x86_64-nacl/include/
../NativeClientSDK/toolchain/linux_x86/x86_64-nacl/include/ppapi/c/ppb_graphics_
2d.h:   * <code>PP_Error_BadResource</code> if the graphics context is invalid,
../NativeClientSDK/toolchain/linux_x86/x86_64-nacl/include/ppapi/c/ppb_graphics_
2d.h:   * <code>PP_Error_BadArgument</code> if the callback is null and flush is
../NativeClientSDK/toolchain/linux_x86/x86_64-nacl/include/ppapi/c/ppb_graphics_
2d.h:   * <code>PP_Error_InProgress</code> if a flush is already pending that 
has
../NativeClientSDK/toolchain/linux_x86/x86_64-nacl/include/ppapi/c/ppb_file_io.h
:   * <code>PP_Error_Aborted</code> if pending IO was interrupted.  It is not
../NativeClientSDK/toolchain/linux_x86/x86_64-nacl/include/ppapi/cpp/file_io.h: 
 /// <code>PP_Error_Aborted</code> if pending IO was interrupted.  It is not
../NativeClientSDK/toolchain/linux_x86/x86_64-nacl/include/ppapi/cpp/graphics_2d
.h:  /// <code>PP_Error_BadResource</code> if the graphics context is invalid,
../NativeClientSDK/toolchain/linux_x86/x86_64-nacl/include/ppapi/cpp/graphics_2d
.h:  /// <code>PP_Error_BadArgument</code> if the callback is null and
../NativeClientSDK/toolchain/linux_x86/x86_64-nacl/include/ppapi/cpp/graphics_2d
.h:  /// <code>PP_Error_InProgress</code> if a flush is already pending that has

Original issue reported on code.google.com by paracel...@gmail.com on 6 Sep 2011 at 2:44

GoogleCodeExporter commented 8 years ago

Original comment by dsprin...@chromium.org on 26 Sep 2011 at 9:09