mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rdoc/generator/darkfish.rb: Silenced warning
* test/rdoc/test_rdoc_rdoc.rb: ditto * lib/rdoc/markup/parser.rb: Use byteslice when available for performance * test/rdoc/test_rdoc_markup_parser.rb: Test for above * lib/rdoc/test_case.rb: ditto * lib/rdoc/parser/ruby.rb: Fixed bug parsing yield({}) * test/rdoc/test_rdoc_parser_ruby.rb (end): * lib/rdoc/rubygems_hook.rb: Skip default gems. Display generator name properly. * test/rdoc/test_rdoc_rubygems_hook.rb: Test for above * lib/rdoc/servlet.rb: Fixed typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a22bb18e3e
commit
09af9d7f7f
11 changed files with 71 additions and 17 deletions
|
@ -484,8 +484,9 @@ class RDoc::Generator::Darkfish
|
|||
|
||||
debug_msg 'Rendering the servlet root page...'
|
||||
|
||||
rel_prefix = asset_rel_prefix = '.'
|
||||
search_index_rel_prefix = rel_prefix
|
||||
rel_prefix = '.'
|
||||
asset_rel_prefix = rel_prefix
|
||||
search_index_rel_prefix = asset_rel_prefix
|
||||
search_index_rel_prefix += @asset_rel_path if @file_output
|
||||
|
||||
@title = 'Local RDoc Documentation'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue