split lua stubs into one set for ldoc, and one set for lua-ls
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
--- @meta
|
||||
|
||||
--- @class volume
|
||||
--- @field current_pct Property
|
||||
--- @field current_db Property
|
||||
local volume = {}
|
||||
|
||||
return volume
|
||||
Reference in New Issue
Block a user