From 3173460b1714b0083b016bc32609884e0c44ae60 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Wed, 10 Aug 2022 23:47:16 +0200 Subject: [PATCH] bug(volume): Fix constructor documentation --- src/lua_libpulse_glib/volume.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lua_libpulse_glib/volume.h b/src/lua_libpulse_glib/volume.h index e529143..c07ad47 100644 --- a/src/lua_libpulse_glib/volume.h +++ b/src/lua_libpulse_glib/volume.h @@ -49,6 +49,7 @@ int volume__newindex(lua_State*); /** Creates an instance of @{Volume}. * + * @function new * @tparam table values An array of channel volumes. * @treturn Volume */