From b3d0b5defde02020ad41225b4b11e82c4ea90af9 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 10 Feb 2012 13:55:34 -0500 Subject: Update LuaDoc with new formatting. --- core/.view.luadoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'core/.view.luadoc') diff --git a/core/.view.luadoc b/core/.view.luadoc index bf2ed6ee..254390f2 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -10,8 +10,8 @@ module('view') -- Markdown: -- ## Fields -- --- * `size` [number]: The position of the split resizer (if this view is part of --- a split view). +-- * `size` [number] +-- The position of the split resizer (if this view is part of a split view). --- -- The buffer this view contains. (Read-only) @@ -21,8 +21,8 @@ local buffer --- -- Splits the indexed view vertically or horizontally and focuses the new view. --- @param vertical Flag indicating a vertical split. Defaults to `false` for --- horizontal. +-- @param vertical Flag indicating a vertical split. The default value is +-- `false` for horizontal. -- @return old view and new view tables. function view:split(vertical) end @@ -36,6 +36,6 @@ function view:unsplit() end -- Generates `BUFFER_BEFORE_SWITCH` and `BUFFER_AFTER_SWITCH` events. -- @param n A relative or absolute buffer index. An absolute index of `-1` goes -- to the last buffer. --- @param relative Flag indicating if `n` is a relative index or not. Defaults --- to `false`. +-- @param relative Flag indicating if `n` is a relative index or not. The +-- default value is `false`. function view:goto_buffer(n, relative) end -- cgit v1.2.3