discuss-gnustep
[Top][All Lists]
Advanced

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

Using autogsdoc on Protocols


From: Chris B. Vetter
Subject: Using autogsdoc on Protocols
Date: Fri, 20 Dec 2002 08:38:12 -0800

Hi,

is there a way to refer/link to a method defined by a protocol?
What I want to do is something like

@interface SomeClass : NSObject <SomeProtocol>

  /**
   * This method does something.
   * Also see (SomeProtocol-alsoDoesSomething).
   */
   - (void) doSomething;

@end

The above won't work, as autogsdoc will do a verbatim copy
(besides that, a simple (Protocol) won't be linked either),
nor does [Protocol-name] (of course, since [] denote a class...)

Using <ref ... /> won't help either, as there is
        <ref type="method" id="..." class="...">
but not
        <ref type="method" id="..." protocol="...">

Any tips?

-- 
Chris



reply via email to

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