From 36a19182bec171d6376e51f5689aaf70b9d6fbad Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 7 Mar 2024 17:22:06 +1100 Subject: Use luals-stubs as the source of truth for docs, instead of maintaining separate docs stubs Includes introducing a cool new script to turn lua-language-server's json output into markdown documentation. --- ldoc-stubs/playback.lua | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 ldoc-stubs/playback.lua (limited to 'ldoc-stubs/playback.lua') diff --git a/ldoc-stubs/playback.lua b/ldoc-stubs/playback.lua deleted file mode 100644 index 07ed65f6..00000000 --- a/ldoc-stubs/playback.lua +++ /dev/null @@ -1,19 +0,0 @@ ---- Properties for interacting with the audio playback system --- @module playback - -local playback = {} - ---- Whether or not any audio is *allowed* to be played. If there is a current track, then this is essentially an indicator of whether playback is paused or unpaused. --- @see types.Property -playback.playing = types.Property - ---- Rich information about the currently playing track. --- @see types.Property --- @see types.Track -playback.track = types.Property - ---- The current playback position within the current track, in seconds. --- @see types.Property -playback.position = types.Property - -return playback -- cgit v1.2.3