From dcfe4ecff8ab21e14b5f8e39d2587ebcac49bc5b Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 12 Jul 2004 15:52:35 +0000 Subject: Support call-seq: for Ruby methods git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/rdoc/README') diff --git a/lib/rdoc/README b/lib/rdoc/README index e13ab87dc8..cfc99cb50f 100644 --- a/lib/rdoc/README +++ b/lib/rdoc/README @@ -419,6 +419,11 @@ this margin are formatted verbatim. 12. Comment blocks can contain other directives: + [call-seq:] + lines up to the next blank line in the comment are treated as + the method's calling sequence, overriding the + default parsing of method parameters and yield arguments. + [:include:filename] include the contents of the named file at this point. The file will be searched for in the directories listed by -- cgit v1.2.3