From f94a53fee0d623ba618b1d3716e294c673afd327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 23 Jul 2013 10:41:50 +0200 Subject: [PATCH] Workaround Doxygen misparse. Was displayed as EGL**. --- doc/building.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/building.dox b/doc/building.dox index 67f412056..def7912d6 100644 --- a/doc/building.dox +++ b/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.