From 79ebec80245ef9e67c99bff09d224935c5cb9cea Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 30 Jan 2009 10:14:39 -0500 Subject: Updated LuaDoc. --- core/.view.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/.view.lua') diff --git a/core/.view.lua b/core/.view.lua index ff8a1cf7..2214463f 100644 --- a/core/.view.lua +++ b/core/.view.lua @@ -13,9 +13,11 @@ module('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 +-- buffer. (Used internally; read-only) -- @field size The integer position of the split resizer (if this view is part -- of a split view). -view = { size = nil } +view = { doc_pointer = nil, size = nil } --- -- Splits the indexed view vertically or horizontally and focuses the new view. -- cgit v1.2.3