From 42cfa6565a2f126649780e5a9a68ee782d5ca2b5 Mon Sep 17 00:00:00 2001 From: Squareys Date: Mon, 18 Apr 2016 12:42:08 +0200 Subject: [PATCH] doc: Add GlfwApplication to *.dox Signed-off-by: Squareys --- doc/building.dox | 1 + doc/cmake.dox | 1 + 2 files changed, 2 insertions(+) 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"