From 303468f299eec8177cd2656d980f0748e8508787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 23 Oct 2019 10:55:17 +0200 Subject: [PATCH] Doc++ --- doc/changelog.dox | 2 +- src/Magnum/Platform/Sdl2Application.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 6ef3a31e5..2a72eb167 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -197,7 +197,7 @@ See also: framebuffer-to-cubemap copies in DSA APIs - @cpp "amd-windows-dsa-createquery-except-xfb-overflow" @ce using a non-DSA code path for creating - @ref PrimitiveQuery::Target::TransformFeedbackOverflow queries + @ref GL::PrimitiveQuery::Target::TransformFeedbackOverflow queries - New @cpp "arm-mali-timer-queries-oom-in-shell" @ce workaround for @ref GL::Context::DetectedDriver::ArmMali "ARM Mali" drivers on Android disabling the @gl_extension{EXT,disjoint_timer_query} extension in Android diff --git a/src/Magnum/Platform/Sdl2Application.h b/src/Magnum/Platform/Sdl2Application.h index 12bc0e583..5a82eac5e 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -1421,7 +1421,7 @@ class Sdl2Application::Configuration { * Request a window for use with OpenGL. Useful in combination with * @ref WindowFlag::Contextless, otherwise enabled implicitly when * creating an OpenGL context using @ref Sdl2Application(const Arguments&), - * @ref Sdl2Application(const Arguments, const Configuration&, const GLConfiguration&), + * @ref Sdl2Application(const Arguments&, const Configuration&, const GLConfiguration&), * @ref create(const Configuration&, const GLConfiguration&) or * @ref tryCreate(const Configuration&, const GLConfiguration&). */