From 67eb47394242cbe98f169a127dbdaad762b2f182 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 12 Jul 2004 12:20:51 +0000 Subject: Allow multiple words in braces before a link git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/rdoc/README') diff --git a/lib/rdoc/README b/lib/rdoc/README index 6e234e31a5..e13ab87dc8 100644 --- a/lib/rdoc/README +++ b/lib/rdoc/README @@ -333,7 +333,8 @@ this margin are formatted verbatim. Hyperlinks can also be of the form label[url], in which case the label is used in the displayed text, and url is - used as the target. + used as the target. If label contains multiple words, + put it in braces: {multi word label}[url]. 9. Method parameter lists are extracted and displayed with the method description. If a method calls +yield+, then -- cgit v1.2.3