1
Fork 0

bug(volume): Fix constructor documentation

This commit is contained in:
Lucas Schwiderski 2022-08-10 23:47:16 +02:00
parent 862a265a70
commit 3173460b17
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -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
*/