diff options
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r-- | core/.view.luadoc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc index cff00421..bea8efb8 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -5,13 +5,9 @@ --- -- The currently focused view. -- It also represents the structure of any view table in `_G._VIEWS`. -module('view') - --- Markdown: --- ## Fields --- --- * `size` [number] +-- @field size (number) -- The position of the split resizer (if this view is part of a split view). +module('view') --- -- The buffer this view contains. (Read-only) |