From 41bfa43b1c944e165385d58914763267b077e2b5 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/trunk@5820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index daefeb20c..505d28ca4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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 -- cgit