diff options
author | 2012-01-12 22:59:59 -0500 | |
---|---|---|
committer | 2012-01-12 22:59:59 -0500 | |
commit | 884d8f5675bdd3c3c8d308e6f2df4f8497afa1a3 (patch) | |
tree | 9757abe329f363e979522b77e5107ad28c87067b /core/.view.luadoc | |
parent | 05646739578258cfbc19f4708d0bde97fb56a841 (diff) | |
download | textadept-884d8f5675bdd3c3c8d308e6f2df4f8497afa1a3.tar.gz textadept-884d8f5675bdd3c3c8d308e6f2df4f8497afa1a3.zip |
Create separate LuaDoc for module table fields.
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r-- | core/.view.luadoc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc index 5aaa1e03..bf2ed6ee 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -10,11 +10,16 @@ module('view') -- Markdown: -- ## Fields -- --- * `buffer` [table]: The buffer this view contains. (Read-only) -- * `size` [number]: The position of the split resizer (if this view is part of -- a split view). --- +-- The buffer this view contains. (Read-only) +-- @class table +-- @name buffer +local buffer + +--- -- Splits the indexed view vertically or horizontally and focuses the new view. -- @param vertical Flag indicating a vertical split. Defaults to `false` for -- horizontal. |