aboutsummaryrefslogtreecommitdiff
path: root/core/.view.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-09-06 23:42:13 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-09-06 23:42:13 -0400
commit9bff1b29293b50e506936e93c14d7a65e8b0ea29 (patch)
tree0347f3706b6f2fc6233272f75b3f2341e24071a6 /core/.view.luadoc
parentc1f943631f518390869220966cfd10dfa4278165 (diff)
downloadtextadept-9bff1b29293b50e506936e93c14d7a65e8b0ea29.tar.gz
textadept-9bff1b29293b50e506936e93c14d7a65e8b0ea29.zip
Updated LuaDoc.
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r--core/.view.luadoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc
index 949ee997..29509f9b 100644
--- a/core/.view.luadoc
+++ b/core/.view.luadoc
@@ -5,7 +5,8 @@
---
-- A Textadept view object.
-- @field size (number)
--- The position of the split resizer (if this view is part of a split view).
+-- The pixel position of the split resizer if this view is part of a split
+-- view.
module('view')
---
@@ -15,7 +16,7 @@ module('view')
local buffer
---
--- Splits the view into top and bottom views, unless *vertical* is `true`,
+-- Splits the view into top and bottom views unless *vertical* is `true`,
-- focuses the new view, and returns both the old and new views.
-- If *vertical* is `false`, splits the view vertically into left and
-- right views.