Module:Module introspection: Difference between revisions

Ganaram inukshuk (talk | contribs)
bugfix main function detection again
Ganaram inukshuk (talk | contribs)
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