Codebase list lua-ldoc / 5230010
issue #181: all option to show locals did not work in config.ld steve donovan 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
422422 override 'not_luadoc'
423423 override 'module_file'
424424 override 'boilerplate'
425 override 'all'
425426
426427 setup_kinds()
427428
619620 project:add(mod,module_list)
620621 end
621622
622 override 'all'
623623
624624 if ldoc.sort_modules then
625625 table.sort(module_list,function(m1,m2)