aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.view.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2011-06-23 17:33:40 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2011-06-23 17:33:40 -0400
commitc8e1267fb5b5f9215eade1d6a45dd5228b28548b (patch)
treef7df42426ca5631ac6f67e4156d0800c0ff0befb /core/.view.luadoc
parentf4bc26099570801aef5a3f8d589ae0c8688bd448 (diff)
Updated Luadoc and added extra fields to other modules.
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r--core/.view.luadoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc
index 03952327..bf2fe95c 100644
--- a/core/.view.luadoc
+++ b/core/.view.luadoc
@@ -10,9 +10,9 @@ module('view')
-- Markdown:
-- ## Fields
--
--- * `doc_pointer`: The pointer to the document associated with this view's
--- buffer. (Used internally; read-only)
--- * `size`: The integer position of the split resizer (if this view is part of
+-- * `doc_pointer` [number]: The pointer to the document associated with this
+-- view's buffer. (Read-only)
+-- * `size` [number]: The position of the split resizer (if this view is part of
-- a split view).
---