diff options
author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-12-07 05:22:50 +0000 |
---|---|---|
committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-12-07 05:22:50 +0000 |
commit | 85e3560a3bfb1652128d3336400f852b863f6c07 () | |
tree | 0310bf56d334b36c224603b6bfe930f7385f0faf /lib/rdoc/store.rb | |
parent | 08f0db2c68a9e306f3a637e9d32d9e7b8b1f2e92 (diff) |
* lib/rdoc/markup/to_joined_paragraph.rb: Completed documentation
* lib/rdoc/parser/c.rb: ditto * lib/rdoc/parser/changelog.rb: ditto * lib/rdoc/servlet.rb: ditto * lib/rdoc/store.rb: ditto * lib/rdoc/store.rb: Improved HTML error page. Completed documentation * lib/rdoc/parser/ruby.rb: Fixed bug attaching a comment to A::B = 42 * test/rdoc/test_rdoc_parser_ruby.rb: Test for above * test/rdoc/test_rdoc_comment.rb: Removed garbage git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/rdoc/store.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ class RDoc::Store @name = name end - def message "store at #{@store.path} missing file #{@file} for #{@name}" end |