1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed a small documentation bug in lib/rdoc/parsers/parse_c.rb.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
wyhaines 2009-08-04 15:03:17 +00:00
parent 836e0d6bfa
commit a7bc3ef3a2
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Tue Aug 4 8:53:00 2009 Kirk Haines <khaines@ruby-lang.org>
* lib/rdoc/parsers/parse_c.rb: Fixed a small error in the documentation.
Mon Aug 3 10:06:00 2009 Kirk Haines <khaines@ruby-lang.org> Mon Aug 3 10:06:00 2009 Kirk Haines <khaines@ruby-lang.org>
* lib/date.rb: Added private on to_date and to_datetime back; this should not have been backported to 1.8.6 from 1.9 yet, since it hasn't gone into 1.8.8/1.8.7. * lib/date.rb: Added private on to_date and to_datetime back; this should not have been backported to 1.8.6 from 1.9 yet, since it hasn't gone into 1.8.8/1.8.7.

View file

@ -138,7 +138,7 @@ module RDoc
# Ruby function is in the same source file as the rb_define_method call. # Ruby function is in the same source file as the rb_define_method call.
# If this isn't the case, add the comment # If this isn't the case, add the comment
# #
# rb_define_method(....); // in: filename # rb_define_method(....); // in filename
# #
# As an example, we might have an extension that defines multiple classes # As an example, we might have an extension that defines multiple classes
# in its Init_xxx method. We could document them using # in its Init_xxx method. We could document them using

View file

@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2009-08-04" #define RUBY_RELEASE_DATE "2009-08-04"
#define RUBY_VERSION_CODE 186 #define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20090804 #define RUBY_RELEASE_CODE 20090804
#define RUBY_PATCHLEVEL 383 #define RUBY_PATCHLEVEL 384
#define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8 #define RUBY_VERSION_MINOR 8