aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.view.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-03-16 16:53:53 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-03-16 16:53:53 -0400
commitbdccda5d155578f6564bd7b13f1d1affd48b0671 (patch)
tree2f62fe3c2ce5c9d8cb7fe3125fd74360faedf248 /core/.view.luadoc
parentc80a277bc7d220465ad46848b4dc805698e30895 (diff)
Moved "Markdown:" comments into module LuaDoc comments.
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r--core/.view.luadoc8
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)