Browse Source

Update SoundWorld documentation

Daniele Bartolini 12 years ago
parent
commit
db607ae4c3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      engine/audio/SoundWorld.h

+ 3 - 1
engine/audio/SoundWorld.h

@@ -31,6 +31,8 @@ OTHER DEALINGS IN THE SOFTWARE.
 namespace crown
 {
 
+/// @defgroup Audio Audio
+
 /// Global audio-related functions
 ///
 /// @ingroup Audio
@@ -50,6 +52,7 @@ struct Matrix4x4;
 struct SoundResource;
 typedef Id SoundInstanceId;
 
+/// Manages sound objects in a World.
 ///
 /// @ingroup Audio
 class SoundWorld
@@ -98,5 +101,4 @@ public:
 	static void destroy(Allocator& a, SoundWorld* sw);
 };
 
-
 } // namespace crown