issue #181: all option to show locals did not work in config.ld

This commit is contained in:
steve donovan 2014-10-16 18:48:52 +02:00
parent 3117f6f791
commit 5230010a37
1 changed files with 1 additions and 1 deletions

View File

@ -423,6 +423,7 @@ override 'merge'
override 'not_luadoc'
override 'module_file'
override 'boilerplate'
override 'all'
setup_kinds()
@ -620,7 +621,6 @@ for mod in module_list:iter() do
project:add(mod,module_list)
end
override 'all'
if ldoc.sort_modules then
table.sort(module_list,function(m1,m2)