Browse Source

Audio: properly hide forward declarations from Doxygen.

Slipped through review half a century ago.
pull/233/head
Vladimír Vondruš 8 years ago
parent
commit
13165580d4
  1. 2
      src/Magnum/Audio/Audio.h

2
src/Magnum/Audio/Audio.h

@ -39,7 +39,6 @@ class Buffer;
class Context;
class Source;
/* Renderer used only statically */
#endif
template<UnsignedInt> class Playable;
typedef Playable<2> Playable2D;
@ -52,6 +51,7 @@ typedef PlayableGroup<3> PlayableGroup3D;
template<UnsignedInt> class Listener;
typedef Listener<2> Listener2D;
typedef Listener<3> Listener3D;
#endif
}}

Loading…
Cancel
Save