--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:
parent
8d22dc7b2c
commit
7c3f43349f
2
ldoc.lua
2
ldoc.lua
|
@ -410,7 +410,7 @@ if args.dump then
|
||||||
end
|
end
|
||||||
os.exit()
|
os.exit()
|
||||||
end
|
end
|
||||||
if args.tags then
|
if args.tags ~= 'none' then
|
||||||
local taglist = {[args.tags] = true}
|
local taglist = {[args.tags] = true}
|
||||||
for mod in module_list:iter() do
|
for mod in module_list:iter() do
|
||||||
mod:dump_tags(taglist)
|
mod:dump_tags(taglist)
|
||||||
|
|
Loading…
Reference in New Issue