Browse Source

Workaround Doxygen misparse.

Was displayed as EGL**.
pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
f94a53fee0
  1. 4
      doc/building.dox

4
doc/building.dox

@ -127,8 +127,8 @@ platform best:
- `WITH_SDL2APPLICATION` - @ref Platform::Sdl2Application "Sdl2Application".
Requires **SDL2** library.
- `WITH_XEGLAPPLICATION` - @ref Platform::XEglApplication "XEglApplication",
available only if targeting OpenGL ES (see above). Requires **X11** and
**EGL** libraries.
available only if targeting OpenGL ES (see above). Requires **X11** and **EGL**
libraries.
- `WITH_WINDOWLESSGLXAPPLICATION` - @ref Platform::WindowlessGlxApplication "WindowlessGlxApplication".
Requires **X11** and **GLX** libraries.

Loading…
Cancel
Save