Module:Module introspection: Difference between revisions
m bugfix position of text |
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 | ||
-- 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". | ||