Works without related data

This commit is contained in:
Mark DePristo 2011-08-18 14:05:09 -04:00
parent faa3f8b6f6
commit ce009bd4a4
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
</#if>
<#-- This class is related to other documented classes via sub/super relationships -->
<#if relatedDocs?size != 0>
<#if relatedDocs?? && relatedDocs?size != 0>
<hr>
<h2>Related capabilities</h2>
<@relatedByType name="Superclasses" type="superclass"/>