summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-22 09:43:47 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-22 09:43:47 +0000
commit822d186703f2a54dc4b07b0f36baab03a1d8a156 (patch)
treef63574eb643d05c0beb2def9cf11c14d65c35b4f /lib
parent53a1839103e39b3ef89f5c331254ac3d1a34c0fd (diff)
downloadruby-822d186703f2a54dc4b07b0f36baab03a1d8a156.tar.gz
ruby-822d186703f2a54dc4b07b0f36baab03a1d8a156.tar.xz
ruby-822d186703f2a54dc4b07b0f36baab03a1d8a156.zip
* lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods get
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/yaml/tag.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/yaml/tag.rb b/lib/yaml/tag.rb
index e51677230..0fb6bef9a 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.