mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
2c30302879
commit
d7181ca93e
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue