aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-08-14 09:38:44 +0000
committers-ol <s-ol@users.noreply.github.com>2020-08-14 10:24:02 +0000
commitbe4d2d7391b1029c8c95378816d1e6bea74b6095 (patch)
tree72b7657c40643c18f0902b54950f5f98d87f16d1
parentseparate Module and IO code (diff)
downloadalive-be4d2d7391b1029c8c95378816d1e6bea74b6095.tar.gz
alive-be4d2d7391b1029c8c95378816d1e6bea74b6095.zip
fix alv.copilot.udp docs
-rw-r--r--alv/copilot/udp.moon4
1 files changed, 4 insertions, 0 deletions
diff --git a/alv/copilot/udp.moon b/alv/copilot/udp.moon
index 7058b40..0640189 100644
--- a/alv/copilot/udp.moon
+++ b/alv/copilot/udp.moon
@@ -1,3 +1,7 @@
+----
+-- Editor Integration UDP Server
+--
+-- @classmod UDPServer
import udp from require 'socket'
import encode, decode from require 'dkjson'
import fn_invoke, op_invoke from require 'alv.invoke'