summaryrefslogtreecommitdiffstats
path: root/lib
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
commit7e4630fad166f5cd4b81c10a355daa67b3b166a3 (patch)
tree2dd2afb6f5753f38fd84b2c4cfe3bbcab6346d4a /lib
parent8fa7a6f4ed7ac19e478325f0160d27b1c9385bd3 (diff)
downloadruby-7e4630fad166f5cd4b81c10a355daa67b3b166a3.tar.gz
ruby-7e4630fad166f5cd4b81c10a355daa67b3b166a3.tar.xz
ruby-7e4630fad166f5cd4b81c10a355daa67b3b166a3.zip
Replace nodoc with stopdoc so Module methods get documented.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10714 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.