NuDocClassInfo
NuDoc class for building class descriptions.
Superclass: NSObject
Declared in: nu/doc.nu
NuDoc creates one instance of this class for each class that it encounters when reading source files.
Methods
| - |
(void) |
addFile: |
(id) file |
Add a file description to the class' list.
in nu/doc.nu
A list of the descriptions of files containing declarations of a class and its methods.
in nu/doc.nu
A sorted list of the names of files containing declarations of a class and its methods.
in nu/doc.nu
| - |
(void) |
setComments: |
(id) comments |
Set the raw comments associated with a class.
in nu/doc.nu
Get an array of descriptions of a class' instance methods.
in nu/doc.nu
Get an array of descriptions of a class' class methods.
in nu/doc.nu
| - |
(id) |
linkToSuperClassWithPrefix: |
(id) prefix |
Generate a link to the html description of the class' superclass.
in nu/doc.nu
| - |
(id) |
linkWithPrefix: |
(id) prefix |
Generate a link to the html description of the class.
in nu/doc.nu
| - |
(id) |
initWithName: |
(id) name |
Initialize a description for a named class.
in nu/doc.nu