NuDocFileInfo
NuDoc class for building file descriptions.
Superclass: NSObject
Declared in: nu/doc.nu
NuDoc creates one instance of this class for each source file that it reads.
Methods
| + |
(id) |
infoForFileNamed: |
(id) name |
Get the file description for a named file.
in nu/doc.nu
| - |
(void) |
addClass: |
(id) class |
Add a class description to a file's array of classes.
in nu/doc.nu
| - |
(void) |
addMethod: |
(id) method |
Add a method description to a file's array of methods.
in nu/doc.nu
| - |
(id) |
initWithName: |
(id) name |
Initialize a description for a named file.
in nu/doc.nu
| - |
(id) |
linkWithPrefix: |
(id) prefix |
Generate a link to the html description of the file.
in nu/doc.nu
| - |
(void) |
parseFileCommentLine: |
(id) line |
Extract information from one line of file comments.
in nu/doc.nu
| - |
(void) |
parseFileComments |
Extract documentation from file comments.
in nu/doc.nu
| - |
(void) |
setComments: |
(id) comments |
Set the raw comments associated with a file.
in nu/doc.nu