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/adeptsense.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/textadept/adeptsense.lua') diff --git a/modules/textadept/adeptsense.lua b/modules/textadept/adeptsense.lua index bcd2a03b..82ea7bea 100644 --- a/modules/textadept/adeptsense.lua +++ b/modules/textadept/adeptsense.lua @@ -311,16 +311,16 @@ module('_m.textadept.adeptsense', package.seeall) -- -- #### Other Adeptsense Settings -- --- * `always_show_globals`: A flag indicating whether or not to include globals --- in the list of completions offered. Globals are classes, functions, and --- fields that do not belong to another class. They are contained in --- `completions['']`. Defaults to true. +-- * `always_show_globals` [bool]: Include globals in the list of completions +-- offered. Globals are classes, functions, and fields that do not belong to +-- another class. They are contained in `completions['']`. The default value +-- is `true`. -- -- ## Settings -- --- * `FUNCTIONS`: XPM image for adeptsense functions. --- * `FIELDS`: XPM image for adeptsense fields. +-- * `FUNCTIONS` [string]: XPM image for adeptsense functions. +-- * `FIELDS` [string]: XPM image for adeptsense fields. local senses = {} -- cgit v1.2.3