Module:Module introspection: Difference between revisions
No edit summary |
todo |
||
| Line 4: | Line 4: | ||
local p = {} | local p = {} | ||
-- TODO | -- TODO: | ||
-- - | -- - Identify the wrapper function, if there is one (which is usually the case). | ||
-- | -- If a wrapper exists without an accompanying main, then the wrapper is | ||
-- assumed to be the main function. | |||
-- | -- - Identify invokable functions, which are functions that accept a single | ||
-- param called "frame". | |||
-- - Allow descriptions to be added to functions, as params called | |||
-- - | -- desc_function_name. One description per function. | ||
-- - | |||
-- | |||
-- Inspects a module for its functions, its dependencies, and the functions used | -- Inspects a module for its functions, its dependencies, and the functions used | ||