[#3228] Core support for Gems, and namespace — "Luke A. Kanies" <luke@...>

Hi all,

21 messages 2004/07/27
[#3230] Re: Core support for Gems, and namespace — Austin Ziegler <halostatue@...> 2004/07/27

On Tue, 27 Jul 2004 11:39:08 +0900, Luke A. Kanies <luke@madstop.com> wrote:

[#3234] Re: Core support for Gems, and namespace — "Luke A. Kanies" <luke@...> 2004/07/27

On Tue, 27 Jul 2004, Austin Ziegler wrote:

[#3238] Re: Core support for Gems, and namespace — Austin Ziegler <halostatue@...> 2004/07/27

On Wed, 28 Jul 2004 00:14:29 +0900, Luke A. Kanies <luke@madstop.com> wrote:

Re: binding a URL to a label in RDoc

From: Ian Macdonald <ian@...>
Date: 2004-07-13 09:24:38 UTC
List: ruby-core #3179
On Mon 12 Jul 2004 at 21:23:27 +0900, Dave Thomas wrote:

> On Jul 11, 2004, at 20:31, Ian Macdonald wrote:
> >I would like to document something like this:
> >
> >  This is a port of Perl's Foo::Bar[http://www.foo.com/bar].
> >
> >The trouble is, rdoc separates Foo: from :Bar and binds the latter 
> >label
> >to the URL, which spoils the documentation.
> 
> I just backported a feature from RubLog: as of the latest CVS you can 
> say:
> 
>    This is a port of {Perl's Foo::Bar}[http://www.foo.com/bar].
> 
> (That is, put braces around multi-word labels)

I've tried this out and it now works for multi-word labels separated on
whitespace, but it still doesn't work for my specific example of a label
that contains colons.

Ian
-- 
Ian Macdonald               | Sin has many tools, but a lie is the handle
System Administrator        | which fits them all. 
ian@caliban.org             | 
http://www.caliban.org      | 
                            | 

In This Thread