Codebase list lua-ldoc / 7e5ffcf
typo in last commit (Eagle eyes of Gary) Steve Donovan 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
295295 item.display_name = display_name
296296 this_mod.section = item
297297 -- the purpose of this little hack is to properly distinguish
298 -- between built-in kinds and any user-defined kins.
298 -- between built-in kinds and any user-defined kinds.
299299 this_mod.kinds:add_kind(display_name,display_name..' ',nil,item)
300300 this_mod.sections:append(item)
301301 this_mod.sections.by_name[lookup_name:gsub('%A','_')] = item