summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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 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.