From 04d53629db766afc470380db98a66cc0a1502869 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Sat, 23 Aug 2014 11:48:58 -0300 Subject: Remove documentation for external modules. We don't need these and they clutter up the repository. --- externals/glfw-3.0.2/docs/html/group__errors.html | 235 ---------------------- 1 file changed, 235 deletions(-) delete mode 100644 externals/glfw-3.0.2/docs/html/group__errors.html (limited to 'externals/glfw-3.0.2/docs/html/group__errors.html') diff --git a/externals/glfw-3.0.2/docs/html/group__errors.html b/externals/glfw-3.0.2/docs/html/group__errors.html deleted file mode 100644 index 930f61ae..00000000 --- a/externals/glfw-3.0.2/docs/html/group__errors.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - -GLFW: Error codes - - - - - - - - - -
-
- - - - - - -
-
GLFW -  3.0.2 -
-
A multi-platform library for OpenGL, window and input
-
-
- - - - -
- -
- All Data Structures Files Functions Variables Typedefs Macros Groups Pages
- - -
- -
- -
- -
-
Error codes
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Macros

#define GLFW_NOT_INITIALIZED   0x00010001
 GLFW has not been initialized. More...
 
#define GLFW_NO_CURRENT_CONTEXT   0x00010002
 No context is current for this thread. More...
 
#define GLFW_INVALID_ENUM   0x00010003
 One of the enum parameters for the function was given an invalid enum. More...
 
#define GLFW_INVALID_VALUE   0x00010004
 One of the parameters for the function was given an invalid value. More...
 
#define GLFW_OUT_OF_MEMORY   0x00010005
 A memory allocation failed. More...
 
#define GLFW_API_UNAVAILABLE   0x00010006
 GLFW could not find support for the requested client API on the system. More...
 
#define GLFW_VERSION_UNAVAILABLE   0x00010007
 The requested client API version is not available. More...
 
#define GLFW_PLATFORM_ERROR   0x00010008
 A platform-specific error occurred that does not match any of the more specific categories. More...
 
#define GLFW_FORMAT_UNAVAILABLE   0x00010009
 The clipboard did not contain data in the requested format. More...
 
-

Detailed Description

-

Macro Definition Documentation

- -
-
- - - - -
#define GLFW_API_UNAVAILABLE   0x00010006
-
- -
-
- -
-
- - - - -
#define GLFW_FORMAT_UNAVAILABLE   0x00010009
-
- -
-
- -
-
- - - - -
#define GLFW_INVALID_ENUM   0x00010003
-
- -
-
- -
-
- - - - -
#define GLFW_INVALID_VALUE   0x00010004
-
- -
-
- -
-
- - - - -
#define GLFW_NO_CURRENT_CONTEXT   0x00010002
-
- -
-
- -
-
- - - - -
#define GLFW_NOT_INITIALIZED   0x00010001
-
- -
-
- -
-
- - - - -
#define GLFW_OUT_OF_MEMORY   0x00010005
-
- -
-
- -
-
- - - - -
#define GLFW_PLATFORM_ERROR   0x00010008
-
- -
-
- -
-
- - - - -
#define GLFW_VERSION_UNAVAILABLE   0x00010007
-
- -
-
-
- - - - -- cgit v1.2.3