Module:Module introspection: Difference between revisions
normalize arg names to snake case |
mNo edit summary |
||
| Line 355: | Line 355: | ||
-- If no descriptions were provided, add text below that points to the code. | -- If no descriptions were provided, add text below that points to the code. | ||
if not has_descriptions then | if not has_descriptions then | ||
table.insert(lines, "''No function descriptions were provided. | table.insert(lines, "''No function descriptions were provided. The Lua code may have further information.''") | ||
end | end | ||