From faad156118cbb7d3a79abe1bbc420802926a945d Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 22 Aug 2006 09:43:47 +0000 Subject: * lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods get git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/yaml/tag.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/yaml/tag.rb b/lib/yaml/tag.rb index e51677230f..0fb6bef9a0 100644 --- a/lib/yaml/tag.rb +++ b/lib/yaml/tag.rb @@ -50,7 +50,9 @@ module YAML end end -class Module # :nodoc: all +class Module + # :stopdoc: + # Adds a taguri _tag_ to a class, used when dumping or loading the class # in YAML. See YAML::tag_class for detailed information on typing and # taguris. -- cgit v1.2.3