Fandom Developers Wiki
Advertisement

This is the talk page for discussing improvements to the Module:Codedoc/sample page.

Functions

test:scan_lines

Find commentary and relevant lines.
Parameters
NameTypepurpose
textstringprogram code.
prefixstringclass of characters to come after `--'.
specialstringoptional special patterns that should also be matched.
Return typeReturn purpose
tableline list.

test:get_functions

Build function commentary structure from text.
Parameters
NameTypepurpose
textstringprogram code.
Return typeReturn purpose
tablefunction structure.
Advertisement