summaryrefslogtreecommitdiff
path: root/doc/templates/interfaces.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/templates/interfaces.html')
-rw-r--r--doc/templates/interfaces.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/templates/interfaces.html b/doc/templates/interfaces.html
index a93334c6..a3ee5040 100644
--- a/doc/templates/interfaces.html
+++ b/doc/templates/interfaces.html
@@ -9,8 +9,12 @@
<div class="header">
<h1>$spec.title</h1>
<a href="index.html">Full</a>
+#if len($spec.generic_types) > 0
| <a href="generic-types.html">Generic Types</a>
+#end if
+#if len($spec.errors) > 0
| <a href="errors.html">Errors</a>
+#end if
| <a href="fullindex.html">Full Index</a>
</div>
@@ -38,12 +42,18 @@
#end for
</ul>
+#if len($spec.generic_types) > 0 or len($spec.errors) > 0
<a name="other"></a>
<h3>Other</h3>
<ul>
+ #if len($spec.generic_types) > 0
<li><a href="generic-types.html">Generic Types</a></li>
+ #end if
+ #if len($spec.errors) > 0
<li><a href="errors.html">Errors</a></li>
+ #end if
</ul>
+#end if
</div>
</body>