Browse Source

doc: Add GlfwApplication to *.dox

Signed-off-by: Squareys <Squareys@googlemail.com>
pull/141/head
Squareys 10 years ago
parent
commit
42cfa6565a
  1. 1
      doc/building.dox
  2. 1
      doc/cmake.dox

1
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"

1
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"

Loading…
Cancel
Save