Formatting

This commit is contained in:
Camilla Berglund
2016-06-05 19:36:35 +02:00
parent aaccfd8201
commit 9a781cef53
11 changed files with 0 additions and 30 deletions
-6
View File
@@ -256,7 +256,6 @@ struct _GLFWwndconfig
GLFWbool maximized;
};
/*! @brief Context configuration.
*
* Parameters relating to the creation of the context but not directly related
@@ -278,7 +277,6 @@ struct _GLFWctxconfig
_GLFWwindow* share;
};
/*! @brief Framebuffer configuration.
*
* This describes buffers and their sizes. It also contains
@@ -307,7 +305,6 @@ struct _GLFWfbconfig
uintptr_t handle;
};
/*! @brief Context structure.
*/
struct _GLFWcontext
@@ -337,7 +334,6 @@ struct _GLFWcontext
_GLFW_EGL_CONTEXT_STATE;
};
/*! @brief Window and context structure.
*/
struct _GLFWwindow
@@ -391,7 +387,6 @@ struct _GLFWwindow
_GLFW_PLATFORM_WINDOW_STATE;
};
/*! @brief Monitor structure.
*/
struct _GLFWmonitor
@@ -415,7 +410,6 @@ struct _GLFWmonitor
_GLFW_PLATFORM_MONITOR_STATE;
};
/*! @brief Cursor structure
*/
struct _GLFWcursor