summaryrefslogtreecommitdiff
path: root/meta/template/math.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-11-20 17:49:50 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-11-20 17:49:50 +0800
commitefc8d64b34008091573e1746ea6a273b6b50b318 (patch)
tree04aa7bf903a67cf985c76aba182155e1fe1de7eb /meta/template/math.lua
parent57e4aa220078222cde843af7ebaea4b839a6cec3 (diff)
downloadlua-language-server-efc8d64b34008091573e1746ea6a273b6b50b318.zip
doc.field support doc.comment
Diffstat (limited to 'meta/template/math.lua')
-rw-r--r--meta/template/math.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/template/math.lua b/meta/template/math.lua
index a825d905..99d00555 100644
--- a/meta/template/math.lua
+++ b/meta/template/math.lua
@@ -2,11 +2,15 @@
---@DES 'math'
---@class math*
+---@DES 'math.huge'
---@field huge number
---#if VERSION >= 5.3 then
+---@DES 'math.maxinteger'
---@field maxinteger integer
+---@DES 'math.mininteger'
---@field mininteger integer
---#end
+---@DES 'math.pi'
---@field pi number
math = {}