From 033416a15fe60fe10387119e0e63bb9ed9e8aedd Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 25 Jul 2009 23:34:13 -0400 Subject: Documentation overhaul. --- core/.view.lua | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'core/.view.lua') diff --git a/core/.view.lua b/core/.view.lua index 6cdb4336..ea576265 100644 --- a/core/.view.lua +++ b/core/.view.lua @@ -5,19 +5,15 @@ --- -- The currently focused view. -- It also represents the structure of any view table in 'views'. --- [Dummy file] module('view') ---- --- The currently focused view. --- It also represents the structure of any view table in 'views'. --- @class table --- @name view --- @field doc_pointer The pointer to the document associated with this view's +-- Markdown: +-- ## Fields +-- +-- * `doc_pointer`: The pointer to the document associated with this view's -- buffer. (Used internally; read-only) --- @field size The integer position of the split resizer (if this view is part --- of a split view). -view = { doc_pointer = nil, size = nil } +-- * `size`: The integer position of the split resizer (if this view is part of +-- a split view). --- -- Splits the indexed view vertically or horizontally and focuses the new view. -- cgit v1.2.3