diff options
author | 2011-06-23 17:33:40 -0400 | |
---|---|---|
committer | 2011-06-23 17:33:40 -0400 | |
commit | c8e1267fb5b5f9215eade1d6a45dd5228b28548b (patch) | |
tree | f7df42426ca5631ac6f67e4156d0800c0ff0befb /modules/textadept/snapopen.lua | |
parent | f4bc26099570801aef5a3f8d589ae0c8688bd448 (diff) | |
download | textadept-c8e1267fb5b5f9215eade1d6a45dd5228b28548b.tar.gz textadept-c8e1267fb5b5f9215eade1d6a45dd5228b28548b.zip |
Updated Luadoc and added extra fields to other modules.
Diffstat (limited to 'modules/textadept/snapopen.lua')
-rw-r--r-- | modules/textadept/snapopen.lua | 7 |
1 files changed, 4 insertions, 3 deletions
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 -- |