diff --git a/src/Platform/NaClApplication.h b/src/Platform/NaClApplication.h index ed33f57b2..e1a04d654 100644 --- a/src/Platform/NaClApplication.h +++ b/src/Platform/NaClApplication.h @@ -80,9 +80,10 @@ file describing the application. @subsection NaClApplication-html-console Redirecting output to Chrome's JavaScript console -The application redirects @ref Debug, @ref Warning and @ref Error output to -JavaScript console. See also @ref Corrade::Utility::NaClConsoleStreamBuffer for -more information. +The application redirects @ref Corrade::Utility::Debug "Debug", +@ref Corrade::Utility::Warning "Warning" and @ref Corrade::Utility::Error "Error" +output to JavaScript console. See also @ref Corrade::Utility::NaClConsoleStreamBuffer +for more information. */ class NaClApplication: public pp::Instance, public pp::Graphics3DClient, public pp::MouseLock { public: diff --git a/src/Platform/WindowlessNaClApplication.h b/src/Platform/WindowlessNaClApplication.h index 89685a3dc..d0f4ebb19 100644 --- a/src/Platform/WindowlessNaClApplication.h +++ b/src/Platform/WindowlessNaClApplication.h @@ -77,9 +77,10 @@ file describing the application. @subsection WindowlessNaClApplication-html-console Redirecting output to Chrome's JavaScript console -The application redirects @ref Debug, @ref Warning and @ref Error output to -JavaScript console. See also @ref Corrade::Utility::NaClConsoleStreamBuffer for -more information. +The application redirects @ref Corrade::Utility::Debug "Debug", +@ref Corrade::Utility::Warning "Warning" and @ref Corrade::Utility::Error "Error" +output to JavaScript console. See also @ref Corrade::Utility::NaClConsoleStreamBuffer +for more information. */ class WindowlessNaClApplication: public pp::Instance, public pp::Graphics3DClient { public: