Nu Class Reference

NuDocMethodInfo

NuDoc class for building method descriptions.

Superclass: NSObject
Declared in: nu/doc.nu

NuDoc creates one instance of this class for each method implementation that it encounters when reading source files.

Methods

- (void) setComments: (id) comments
Set the raw comments associatied with a method.

in nu/doc.nu

- (id) tableDescription
Generate an html table that prettily-prints the method selector.

in nu/doc.nu

- (int) compare: (id) other
Compare methods by name, allowing method descriptions to be sorted.

in nu/doc.nu

- (id) linkWithPrefix: (id) prefix
Generate a link to the html description of the method.

in nu/doc.nu

- (id) initWithName: (id) name
file: (id) file
class: (id) classInfo
Initialize a method description from an Objective-C declaration.

in nu/doc.nu