diff --git a/src/lua_libpulse_glib/context.h b/src/lua_libpulse_glib/context.h index a68c071..9888230 100644 --- a/src/lua_libpulse_glib/context.h +++ b/src/lua_libpulse_glib/context.h @@ -6,7 +6,7 @@ * In many cases, sinks and sources may be addressed by either their name or their numeric index. * Both can be queried using the `get_(sink|source)_info` or `get_(sink|source)s` calls. * - * @module pulseaudio.context + * @module lua_libpulse_glib.context */ #pragma once diff --git a/src/lua_libpulse_glib/proplist.h b/src/lua_libpulse_glib/proplist.h index bacb3ed..7139589 100644 --- a/src/lua_libpulse_glib/proplist.h +++ b/src/lua_libpulse_glib/proplist.h @@ -10,7 +10,7 @@ * * Additional operations are exposed as methods, as documented below. * - * @module pulseaudio.proplist + * @module lua_libpulse_glib.proplist */ #pragma once diff --git a/src/lua_libpulse_glib/pulseaudio.h b/src/lua_libpulse_glib/pulseaudio.h index e329771..4e9eb60 100644 --- a/src/lua_libpulse_glib/pulseaudio.h +++ b/src/lua_libpulse_glib/pulseaudio.h @@ -1,6 +1,6 @@ /** Bindings for PulseAudio's libpulse, using the GLib Main Loop. * - * @module pulseaudio + * @module lua_libpulse_glib */ #pragma once diff --git a/src/lua_libpulse_glib/volume.h b/src/lua_libpulse_glib/volume.h index 01f8631..f21bb98 100644 --- a/src/lua_libpulse_glib/volume.h +++ b/src/lua_libpulse_glib/volume.h @@ -3,7 +3,7 @@ * Contrary to libpulse, methods that change the a @{Volume} object generally don't return anything, but * instead change the instance itself. * - * @module pulseaudio.volume + * @module lua_libpulse_glib.volume */ #ifndef volume_h_INCLUDED #define volume_h_INCLUDED