Module:Module introspection: Difference between revisions

Ganaram inukshuk (talk | contribs)
m bugfix position of text
Ganaram inukshuk (talk | contribs)
mNo edit summary
Line 5: Line 5:


-- TODO:
-- TODO:
-- - Identify the wrapper function, if there is one (which is usually the case).
-- - 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
--  if there is also a main function). If a wrapper exists without an
--  assumed to be the main function.
--  accompanying main, then the wrapper is assumed to be the main function.
-- - Identify invokable functions, which are functions that accept a single
-- - Identify invokable functions, which are functions that accept a single
--  param called "frame".
--  param called "frame".