Skip to content

Commit 3d4bf2c

Browse files
committed
remove spaces so that Lua-LS associates docs with the right functions
1 parent bd71301 commit 3d4bf2c

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/resources/lua-types/pandoc/components.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ Make a clone
230230
---@return pandoc.TableFoot
231231
function pandoc.TableFoot:clone() end
232232

233-
234-
235233
--[[
236234
The head of a table
237235
]]

src/resources/lua-types/pandoc/format.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ distinction is made between input and output; an extension can
1111
have an effect when reading a format but not when writing it, or
1212
*vice versa*.
1313
]]
14-
1514
---@param format string Format name
1615
---@return pandoc.FormatExtensions
1716
function pandoc.format.all_extensions(format) end

src/resources/lua-types/pandoc/zip.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Reads an *Archive* structure from a raw zip archive or a list of
88
Entry items; throws an error if the given string cannot be decoded
99
into an archive.
1010
]]
11-
1211
---@param bytestring_or_entries string|pandoc.zip.Entry[]
1312
---@return pandoc.zip.Archive
1413
function pandoc.zip.Archive(bytestring_or_entries) end

0 commit comments

Comments
 (0)