This commit is contained in:
Elliott Slaughter 2020-09-29 12:36:30 -07:00 committed by GitHub
parent de3e5885d2
commit f97850dee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ local function markdown_processor(ldoc, formatter)
return plain_processor(txt,item)
end
local is_file = utils.is_type(item,doc.File)
local is_module = not file and item and doc.project_level(item.type)
local is_module = not is_file and item and doc.project_level(item.type)
if is_file or is_module then
local deflang = 'lua'
if ldoc.parse_extra and ldoc.parse_extra.C then