From 401077c47691ad25805d42e9829757b37a89cccd Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 24 Feb 2004 04:07:46 +0000 Subject: Deal with case where first file processed contains a :stopdoc: git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c00015e71..a9a3c10a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Tue Feb 24 07:23:30 2004 Dave Thomas + + * lib/rdoc/generators/html_generator.rb: Deal with :stopdoc: when + choosing a default main page to display (ie. don't select a page + if we don't have documentation for it). + +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:40:14 2004 Dave Thomas * lib/rdoc/parsers/parse_rb.rb (RubyLex::identify_identifier): Handle -- cgit