summaryrefslogtreecommitdiff
path: root/lib/yaml
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-11 22:31:02 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-11 22:31:02 +0000
commitd7181ca93e7bcc30a983e7a840e53704614274d9 (patch)
tree2dd2afb6f5753f38fd84b2c4cfe3bbcab6346d4a /lib/yaml
parent2c303028794b8e888d94b7ca8cef10438640c959 (diff)
Replace nodoc with stopdoc so Module methods get documented.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/yaml')
-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 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.