From 7756a0e2580ab622fde301cb5c6463fafaf497b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 13 Jun 2013 17:38:58 +0200 Subject: [PATCH] Platform: Doxygen fixes. --- src/Platform/NaClApplication.h | 7 ++++--- src/Platform/WindowlessNaClApplication.h | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) 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: