rdoc-generator-fivefish 0.0.1.pre.60 → 0.0.1.pre.61
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/data/rdoc-generator-fivefish/templates/layout.tmpl +1 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
@@ -101,7 +101,7 @@
|
|
101
101
|
<!-- Class dropdown menu -->
|
102
102
|
<div id="class-dropdown" class="dropdown-menu has-scroll">
|
103
103
|
<ul>
|
104
|
-
<?for index_class in modsort.select( &:documented? ) ?>
|
104
|
+
<?for index_class in modsort.select( &:documented? ).uniq {|c| c.path } ?>
|
105
105
|
<li><a href="[?attr rel_prefix ?]/[?call index_class.path ?]"><?call
|
106
106
|
index_class.full_name ?></a></li>
|
107
107
|
<?end for ?>
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|