Browse Source

Platform: Doxygen fixes.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
7756a0e258
  1. 7
      src/Platform/NaClApplication.h
  2. 7
      src/Platform/WindowlessNaClApplication.h

7
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:

7
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:

Loading…
Cancel
Save