summary/description with type/section fixed

This commit is contained in:
Steve Donovan 2014-06-27 15:50:21 +02:00
parent acc6ed2ad3
commit 9a5b556a2d
1 changed files with 3 additions and 2 deletions

View File

@ -287,6 +287,7 @@ function File:finish()
else else
display_name = summary display_name = summary
lookup_name = summary lookup_name = summary
item.summary = ''
end end
item.display_name = display_name item.display_name = display_name
this_mod.section = item this_mod.section = item
@ -368,8 +369,8 @@ function File:finish()
end end
end end
if this_section then if this_section then
section_description = this_section.summary..' '..(this_section.description or '') --section_description = this_section.summary..' '..(this_section.description or '')
this_section.summary = '' --this_section.summary = ''
elseif item.tags.within then elseif item.tags.within then
item.section = item.tags.within item.section = item.tags.within
else else