Added external documentation files.

Added initial quick tutorial, compatibility appendix, transition guide
and external main page.
This commit is contained in:
Camilla Berglund
2013-02-25 14:09:57 +01:00
parent cd78d70b25
commit fb8f3fd521
6 changed files with 629 additions and 11 deletions

View File

@@ -39,13 +39,6 @@ extern "C" {
* Doxygen documentation
*************************************************************************/
/*! @mainpage notitle
*
* @section intro Introduction
*
* This is the reference documentation for the GLFW library.
*/
/*! @defgroup clipboard Clipboard support
*/
/*! @defgroup context Context handling
@@ -1409,6 +1402,7 @@ GLFWAPI void glfwSetWindowIconifyCallback(GLFWwindow* window, GLFWwindowiconifyf
* @ingroup window
*
* @note This function may only be called from the main thread.
* @note This function may not be called from a callback.
*
* @note This function may not be called from a callback.
*
@@ -1420,6 +1414,7 @@ GLFWAPI void glfwPollEvents(void);
* @ingroup window
*
* @note This function may only be called from the main thread.
* @note This function may not be called from a callback.
*
* @note This function may not be called from a callback.
*