summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-09-18 17:38:17 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2009-09-18 17:38:17 +0100
commitde050a5f9066661834f25e71f17d2d2d9d4049b0 (patch)
tree3b768129e4ee77deb1f878cc81d693c3dc2471fa /doc
parent32703e7d79684e381855bfdd341db4b434da39c1 (diff)
Don't show interfaces' parent's name in fullindex
The previous logic meant that interfaces (whose parent is not the spec any more, but a Section) got a mangled version of the section title listed as their, uh, interface.
Diffstat (limited to 'doc')
-rw-r--r--doc/templates/fullindex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/templates/fullindex.html b/doc/templates/fullindex.html
index 0a49abc2..2c465e1d 100644
--- a/doc/templates/fullindex.html
+++ b/doc/templates/fullindex.html
@@ -48,7 +48,7 @@
</td>
<td>$n[1].get_type_name()</td>
<td>
- #if $n[1].parent != $spec: $n[1].parent.name
+ #if $n[1].parent.__class__.__name__ == 'Interface': $n[1].parent.name
</td>
</tr>
#end for