diff --git a/include/fggl/audio/audio.hpp b/include/fggl/audio/audio.hpp
index e0d05be176f95860b4c5d363635852ed7cef8bdf..db2cb60eead4d0196ed005d804d004799e07c12f 100644
--- a/include/fggl/audio/audio.hpp
+++ b/include/fggl/audio/audio.hpp
@@ -19,6 +19,7 @@
 #include "fggl/data/storage.hpp"
 #include "fggl/modules/module.hpp"
 
+//! backend independent audio interface
 namespace fggl::audio {
 
 	/**
@@ -35,6 +36,10 @@ namespace fggl::audio {
 
 	constexpr modules::ModuleService SERVICE_AUDIO_PLAYBACK = modules::make_service("fggl::audio::AudioService");
 
+	/**
+	 *
+	 * \ingroup services
+	 */
 	class AudioService {
 		public:
 			constexpr static const modules::ModuleService service = SERVICE_AUDIO_PLAYBACK;