provision in template not to show contents

This commit is contained in:
steve donovan 2011-07-08 15:58:01 +02:00
parent 4d718d3e86
commit daa5780916
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<p>$(ldoc.description)</p>
# end
# if module and not ldoc.no_summary then
# if module and not ldoc.no_summary and not ldoc.no_contents then
<h2>Contents</h2>
<ul>
# for kind,items in module.kinds() do