bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autogsdoc, once more


From: Chris B. Vetter
Subject: Re: autogsdoc, once more
Date: Mon, 12 May 2003 10:57:23 -0700

On Tue, 6 May 2003 11:13:31 +0100
Richard Frith-Macdonald <richard@brainstorm.co.uk> wrote:
> On Monday, May 5, 2003, at 05:34  pm, Chris B. Vetter wrote:
> It didn't understand difference between protocol definitions and 
> forward declarations ... I've fixed the CVS code to ignore the forward
> declarations.

Well, that works, but now I run into another problem, I'm pretty sure I
didn't have before:

To reference a protocol method, you would use [(Protocol)-method] and
similarly, to reference only the protocol, you use [(Protocol)]. Both
used to work fine.

However, now the following line

  The [FOOBar] interface implements the [(FOOBar)] protocol.

appears as

  The (link)FOOBar(/link) interface implements the  protocol.

Note the two spaces between "the" and "protocol" instead of a link.
In addition, something like

  This category implements the [(FOOBar)] protocol for [NSArray].

appears as

  This category implements the  protocol for (link)NSArray(/link)  .

Again, just two spaces instead of a link to the protocol, plus two
spaces after the link to NSArray.
The same happens, when you have something like "foo bar [NSArray], foo
bar" -- you'll get two spaces between "NSArray" and the comma.

-- 
Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]