rdoc-generator-fivefish 0.0.1.pre.60 → 0.0.1.pre.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|