Explorar el Código

Update documentation for SoundWorld

Daniele Bartolini hace 12 años
padre
commit
0a06be7c09
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      engine/audio/SoundWorld.h

+ 4 - 0
engine/audio/SoundWorld.h

@@ -32,6 +32,8 @@ namespace crown
 {
 {
 
 
 /// Global audio-related functions
 /// Global audio-related functions
+///
+/// @ingroup Audio
 namespace audio_system
 namespace audio_system
 {
 {
 	/// Initializes the audio system.
 	/// Initializes the audio system.
@@ -48,6 +50,8 @@ struct Matrix4x4;
 struct SoundResource;
 struct SoundResource;
 typedef Id SoundInstanceId;
 typedef Id SoundInstanceId;
 
 
+///
+/// @ingroup Audio
 class SoundWorld
 class SoundWorld
 {
 {
 public:
 public: