diff --git a/doc/building.dox b/doc/building.dox index 6948575d5..ccc908569 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -206,6 +206,7 @@ need at least one). Choose the one which suits your requirements and your platform best: - `WITH_ANDROIDAPPLICATION` - @ref Platform::AndroidApplication "AndroidApplication" +- `WITH_GLFWAPPLICATION` - @ref Platform::GlfwApplication "GlfwApplication" - `WITH_GLUTAPPLICATION` - @ref Platform::GlutApplication "GlutApplication" - `WITH_GLXAPPLICATION` - @ref Platform::GlxApplication "GlxApplication" - `WITH_NACLAPPLICATION` - @ref Platform::NaClApplication "NaClApplication" diff --git a/doc/cmake.dox b/doc/cmake.dox index daede57fc..972858b2c 100644 --- a/doc/cmake.dox +++ b/doc/cmake.dox @@ -94,6 +94,7 @@ The optional components are: Platform namespace is split into more components: +- `GlfwApplication` -- @ref Platform::GlfwApplication "GlfwApplication" - `GlutApplication` -- @ref Platform::GlutApplication "GlutApplication" - `GlxApplication` -- @ref Platform::GlxApplication "GlxApplication" - `NaClApplication` -- @ref Platform::NaClApplication "NaClApplication"