--tags broke ldoc! The new builtins are fixme, todo and warning, and the old tags author, license and copyright also work

This commit is contained in:
steve donovan 2011-08-26 15:41:38 +02:00
parent 8d22dc7b2c
commit 7c3f43349f
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ if args.dump then
end
os.exit()
end
if args.tags then
if args.tags ~= 'none' then
local taglist = {[args.tags] = true}
for mod in module_list:iter() do
mod:dump_tags(taglist)