Module:Module introspection: Difference between revisions
bugfix main function detection again |
m bold |
||
| Line 201: | Line 201: | ||
-- If the function is the main function, add "main" to that cell | -- If the function is the main function, add "main" to that cell | ||
if f.name == main_function then | if f.name == main_function then | ||
link = link .. " (main)" | link = link .. " '''(main)'''" | ||
end | end | ||