diff options
| author | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-24 04:07:46 +0000 |
|---|---|---|
| committer | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-24 04:07:46 +0000 |
| commit | 401077c47691ad25805d42e9829757b37a89cccd (patch) | |
| tree | 7c28a637fdd37e3bd4a2a449fccf83fb43126413 /ChangeLog | |
| parent | a2f9f5aafea38ec419437175db0cd1fce38a2721 (diff) | |
| download | ruby-401077c47691ad25805d42e9829757b37a89cccd.tar.gz ruby-401077c47691ad25805d42e9829757b37a89cccd.tar.xz ruby-401077c47691ad25805d42e9829757b37a89cccd.zip | |
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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Tue Feb 24 07:23:30 2004 Dave Thomas <dave@pragprog.com> + + * 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 <dave@pragprog.com> + + * lib/rdoc/parsers/parse_rb.rb (RubyLex::identify_identifier): Handle + class variables in code listings + Tue Feb 24 06:40:14 2004 Dave Thomas <dave@pragprog.com> * lib/rdoc/parsers/parse_rb.rb (RubyLex::identify_identifier): Handle |
