From c8e1267fb5b5f9215eade1d6a45dd5228b28548b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 23 Jun 2011 17:33:40 -0400 Subject: Updated Luadoc and added extra fields to other modules. --- modules/textadept/snapopen.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/textadept/snapopen.lua') diff --git a/modules/textadept/snapopen.lua b/modules/textadept/snapopen.lua index d1e514a5..a155d74d 100644 --- a/modules/textadept/snapopen.lua +++ b/modules/textadept/snapopen.lua @@ -9,9 +9,10 @@ module('_m.textadept.snapopen', package.seeall) -- Markdown: -- ## Settings -- --- * `PATHS`: Table of default UTF-8 paths to search. --- * `DEFAULT_DEPTH`: Maximum directory depth to search (defaults to 4). --- * `MAX`: Maximum number of files to list (defaults to 1000). +-- * `PATHS` [table]: Table of default UTF-8 paths to search. +-- * `DEFAULT_DEPTH` [number]: Maximum directory depth to search. The default +-- value is 4. +-- * `MAX` [number]: Maximum number of files to list. The default value is 1000. -- -- ## Examples -- -- cgit v1.2.3