Update documentation, refactoring

This commit is contained in:
Insality
2020-05-04 00:16:08 +03:00
parent 0c1bf63e13
commit 1e568c2fa6
12 changed files with 631 additions and 678 deletions

View File

@@ -196,7 +196,7 @@ end
--- Return true, if text with line break
-- @function text:is_multiline
-- @treturn boolean Is text node with line break
-- @treturn bool Is text node with line break
function M.is_multiline(self)
return gui.get_line_break(self.node)
end