Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstevedonovan <steve.j.donovan@gmail.com>2011-02-27 20:23:19 +0300
committerstevedonovan <steve.j.donovan@gmail.com>2011-02-27 20:23:19 +0300
commit1c99f854e260425c618cbcf2297ae4b9c1271720 (patch)
tree522858f9b75bdae0cc46914df47d8f645e85bd60 /lua/pl/Map.lua
parenta82d8abd2a5cf90372354e2530008594716068b3 (diff)
Several changes:
- output HTML is no longer kept in this repo. - revisions to documentation - lexers may be passed a file-like object as well as a string; it is then possible to inquire about the current line and column.
Diffstat (limited to 'lua/pl/Map.lua')
-rw-r--r--lua/pl/Map.lua10
1 files changed, 7 insertions, 3 deletions
diff --git a/lua/pl/Map.lua b/lua/pl/Map.lua
index 9feeb2c..8b72840 100644
--- a/lua/pl/Map.lua
+++ b/lua/pl/Map.lua
@@ -1,6 +1,10 @@
----utils keeps the predefined metatables for these useful interfaces,
--- so that other modules (such as tablex) can tag their output accordingly.
--- However, users are not required to use this module.
+--- A Map class.
+-- @class module
+-- @name pl.Map
+
+--[[
+module ('pl.Map')
+]]
local tablex = require 'pl.tablex'
local utils = require 'pl.utils'
local stdmt = utils.stdmt