mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rdoc/generator/darkfish.rb: Fixed debug message. RDoc bug #174
by Thomas Leitner. * lib/rdoc/store.rb: Fixed deletion of ri attribute data when a class was loaded then saved. RDoc bug #171 by Thomas Leitner. * test/rdoc/test_rdoc_store.rb: Test for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f1ef3d600d
commit
2d579c0074
4 changed files with 59 additions and 9 deletions
|
@ -453,7 +453,7 @@ class RDoc::Generator::Darkfish
|
|||
template_file = @template_dir + 'servlet_not_found.rhtml'
|
||||
return unless template_file.exist?
|
||||
|
||||
debug_msg "Rendering the servlet root page..."
|
||||
debug_msg "Rendering the servlet 404 Not Found page..."
|
||||
|
||||
rel_prefix = rel_prefix = ''
|
||||
search_index_rel_prefix = rel_prefix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue