sdoc 0.2.14 → 0.2.14.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sdoc/generator/shtml.rb +1 -1
- data/sdoc.gemspec +1 -1
- metadata +1 -1
data/lib/sdoc/generator/shtml.rb
CHANGED
@@ -220,7 +220,7 @@ class RDoc::Generator::SHtml
|
|
220
220
|
|
221
221
|
list.each do |method|
|
222
222
|
index[:searchIndex].push( search_string(method.name) + '()' )
|
223
|
-
index[:longSearchIndex].push( search_string(method.parent.
|
223
|
+
index[:longSearchIndex].push( search_string(method.parent.full_name) )
|
224
224
|
index[:info].push([
|
225
225
|
method.name,
|
226
226
|
method.parent.full_name,
|
data/sdoc.gemspec
CHANGED