From 3ce6e0e089466ad52cfb2b617e40f996bdc14c71 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 23 Feb 2004 21:41:14 +0000 Subject: Handle class vars in code listings git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 225edf725..daefeb20c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 24 06:40:14 2004 Dave Thomas + + * lib/rdoc/parsers/parse_rb.rb (RubyLex::identify_identifier): Handle + class variables in code listings + Tue Feb 24 06:32:27 2004 Dave Thomas * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::do_aliases): Handle -- cgit