1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods get

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2006-08-22 09:43:47 +00:00
parent cfa85982c5
commit faad156118
2 changed files with 8 additions and 1 deletions

View file

@ -1577,6 +1577,11 @@ Tue Apr 18 00:11:21 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c: block_unique should be 1, not frame_unique.
[ruby-dev:28577]
Fri Aug 11 15:39:25 2006 Eric Hodel <drbrain@segment7.net>
* lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods get
documented.
Mon Apr 10 01:03:10 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* prec.c (prec_prec_f): documentation patch from

View file

@ -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.