diff options
| author | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-19 13:46:05 +0000 |
|---|---|---|
| committer | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-19 13:46:05 +0000 |
| commit | 30ed2652a4a860ae4f77c494f0bd0befac39d374 (patch) | |
| tree | 2244da9c25905cbb194cc2166f5083be17f9dedb /ChangeLog | |
| parent | de71551fbd5c69dba3dada0f4c07ebf6445e93b3 (diff) | |
RDoc can now deal with "attr" used as a variable
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Tue Oct 19 22:43:12 2004 Dave Thomas <dave@pragprog.com> + + * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_attr): If + we come across 'attr' in a context where it isn't + followed by a symbol, just issue a warning. + Tue Oct 19 20:41:37 2004 Masaki Suketa <masaki.suketa@nifty.ne.jp> * ext/win32ole.c(ole_invoke): retrieve the result value when |
