aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/store.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-07 05:22:50 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-07 05:22:50 +0000
commit85e3560a3bfb1652128d3336400f852b863f6c07 (patch)
tree0310bf56d334b36c224603b6bfe930f7385f0faf /lib/rdoc/store.rb
parent08f0db2c68a9e306f3a637e9d32d9e7b8b1f2e92 (diff)
downloadruby-85e3560a3bfb1652128d3336400f852b863f6c07.tar.gz
* 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
Diffstat (limited to 'lib/rdoc/store.rb')
-rw-r--r--lib/rdoc/store.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/store.rb b/lib/rdoc/store.rb
index 00c1010802..cf9ee07625 100644
--- a/lib/rdoc/store.rb
+++ b/lib/rdoc/store.rb
@@ -59,7 +59,7 @@ class RDoc::Store
@name = name
end
- def message
+ def message # :nodoc:
"store at #{@store.path} missing file #{@file} for #{@name}"
end