summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-06 15:09:06 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-06 15:09:06 +0000
commitc8769246c973be9970cc8c821752b8c6326ef376 (patch)
tree6bdf42994bd6c024b62d6eedfd332803bc5dda51
parent7665deeb12f26a62d5677eecfe2b51a7abc5882d (diff)
* 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
-rw-r--r--ChangeLog4
-rw-r--r--lib/yaml.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4740c1afed..f0c626dcee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/lib/yaml.rb b/lib/yaml.rb
index cdce7f7635..3130ad115d 100644
--- a/lib/yaml.rb
+++ b/lib/yaml.rb
@@ -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