Browse Source

Audio: hide implementation from Doxygen.

Since the declaration is hidden as well.
pull/233/head
Vladimír Vondruš 8 years ago
parent
commit
533ef11aba
  1. 2
      src/Magnum/Audio/Context.cpp

2
src/Magnum/Audio/Context.cpp

@ -113,7 +113,9 @@ Context& Context::current() {
return *_current; return *_current;
} }
#ifndef DOXYGEN_GENERATING_OUTPUT
Context::Context(): Context{Configuration{}} {} Context::Context(): Context{Configuration{}} {}
#endif
Context::Context(const Configuration& config) { Context::Context(const Configuration& config) {
CORRADE_ASSERT(!_current, "Audio::Context: context already created", ); CORRADE_ASSERT(!_current, "Audio::Context: context already created", );

Loading…
Cancel
Save