* lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ocean 2005-11-06 15:09:06 +00:00
parent 7665deeb12
commit c8769246c9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Nov 7 00:06:12 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]
Sun Nov 6 23:39:13 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/iconv/iconv.c (Iconv::BrokenLibrary): exception when detected a

View File

@ -392,7 +392,7 @@ end
require 'yaml/rubytypes'
require 'yaml/types'
module Kernel # :nodoc:
module Kernel
#
# ryan:: You know how Kernel.p is a really convenient way to dump ruby
# structures? The only downside is that it's not as legible as