mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Separate guide and reference documentation tags
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
/*!
|
||||
|
||||
@page window Window guide
|
||||
@page window_guide Window guide
|
||||
|
||||
@tableofcontents
|
||||
|
||||
This guide introduces the window related functions of GLFW. There are also
|
||||
guides for the other areas of GLFW.
|
||||
This guide introduces the window related functions of GLFW. For details on
|
||||
a specific function, see the [reference documentation](@ref window). There are
|
||||
also guides for the other areas of GLFW.
|
||||
|
||||
- @ref intro
|
||||
- @ref context
|
||||
- @ref monitor
|
||||
- @ref input
|
||||
- @ref intro_guide
|
||||
- @ref context_guide
|
||||
- @ref monitor_guide
|
||||
- @ref input_guide
|
||||
|
||||
|
||||
@section window_object Window objects
|
||||
|
||||
Reference in New Issue
Block a user