1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
--- @meta
--- @alias System "Black"
--- | "Red"
--- | "Green"
--- | "Yellow"
--- | "Blue"
--- | "Cyan"
--- | "Magenta"
--- | "White"
--- @alias Color System
--- | integer
--- | [integer, integer, integer]
--- This is a doc comment section for the overall type
--- @class Example
--- Example complex type
--- @field color Color
local _CLASS_Example_ =
--- @type Example
example = nil
--- @param param0 string
--- @param param0 Color