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/bluetooth.lua | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ldoc-stubs/bluetooth.lua (limited to 'ldoc-stubs/bluetooth.lua') diff --git a/ldoc-stubs/bluetooth.lua b/ldoc-stubs/bluetooth.lua deleted file mode 100644 index 3160ef7e..00000000 --- a/ldoc-stubs/bluetooth.lua +++ /dev/null @@ -1,13 +0,0 @@ ---- Properties and functions for handling Bluetooth connectivity --- @module bluetooth -local bluetooth = {} - ---- Whether or not the Bluetooth stack is currently enabled. This property is writeable, and can be used to enable or disable Bluetooth. --- @see types.Property -bluetooth.enabled = types.Property - ---- Whether or not there is an active connection to another Bluetooth device. --- @see types.Property -bluetooth.connected = types.Property - -return bluetooth -- cgit v1.2.3