diff options
| author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-07 02:52:15 +0000 |
|---|---|---|
| committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-07 02:52:15 +0000 |
| commit | c5c1e251862415bc0ecdcd419c316ecb41c4f048 (patch) | |
| tree | 1d843e4b26e1f4b59757ce6980b9e61df7cdd887 /ChangeLog | |
| parent | 8cecfd6b562f5805ab40bcf409e331a769d9968a (diff) | |
| download | ruby-c5c1e251862415bc0ecdcd419c316ecb41c4f048.tar.gz ruby-c5c1e251862415bc0ecdcd419c316ecb41c4f048.tar.xz ruby-c5c1e251862415bc0ecdcd419c316ecb41c4f048.zip | |
Merge documentation from the same class on ri generation.
Fixes bug where documentation could disappear.
Fix typo in lib/rdoc/options.rb
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14923 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 @@ +Mon Jan 7 11:51:49 2008 Eric Hodel <drbrain@segment7.net> + + * lib/rdoc/generators/ri_generator.rb: Merge documentation from the + same class on output. Fixes bug where documentation could + disappear. + + * lib/rdoc/options.rb: Fix typo. + + * lib/rdoc/generators/*: Clean up some namespacing and make RDoc + consistent. + Mon Jan 7 11:44:45 2008 Tanaka Akira <akr@fsij.org> * encoding.c (rb_enc_internal_get_index): extracted from |
