[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: |
Tue, 6 May 2003 09:57:14 -0700 |
On Tue, 6 May 2003 11:13:31 +0100
Richard Frith-Macdonald <richard@brainstorm.co.uk> wrote:
> > and screw up the protocol description for the first (here Foo)
> > protocol.
> It didn't understand difference between protocol definitions and
> forward declarations ...
I figured it would be in AGSParser.m, around line 2586 where you check
for '@class Foobar;' "forwards" and simply skip the line(s). However,
when I added a similar skip for '@protocol Foobar;' and recompiled,
autogsdoc complained about a missing libxml ... :-P
> I've fixed the CVS code to ignore the forward declarations.
Cool, I'll check it out.
Thanks,
--
Chris