if the doc item has an explicit name, don't try to deduce item further
This commit is contained in:
parent
75a6cf14da
commit
7fa4d6d9eb
|
@ -164,7 +164,7 @@ local function parse_file(fname,lang, package)
|
||||||
if doc.project_level(tags.class) then
|
if doc.project_level(tags.class) then
|
||||||
module_found = tags.name
|
module_found = tags.name
|
||||||
end
|
end
|
||||||
if tags.class == 'function' then
|
if tags.name then
|
||||||
item_follows, is_local = false, false
|
item_follows, is_local = false, false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue