aboutsummaryrefslogtreecommitdiff
path: root/scripts/adeptsensedoc.lua
AgeCommit message (Collapse)Author
2011-06-23Fix absolute field tags; scripts/adeptsense.luamitchell
2011-06-23Write Lua table and module apidoc and fix absolute table tags.mitchell
An absolute table like '_G.keys.lua' used to be tagged as belonging to the '_m.lua' module, but it is tagged properly now.
2011-06-22Parse extra field docs and sense table @fields; scripts/adeptsense.luamitchell
Any extra text before the ':' in "-- * `field`: doc" is included in the apidoc. This is useful for specifying types: "-- * `field` [type]: doc".
2011-03-20Add module field doc to Lua module apidoc.mitchell
2011-02-28Readded scripts.mitchell