A class that stores information about a build target.
| NaturalDocs:: | A class that stores information about a build target. |
| Constants | |
| Members | The class is implemented as a blessed arrayref with the members below. |
| Functions | |
| New | Creates and returns a new object. |
| Builder | Returns the NaturalDocs::Builder::Base-derived object for the target’s output format. |
| SetBuilder | Replaces the NaturalDocs::Builder::Base-derived object for the target’s output format. |
| Directory | Returns the directory for the target’s output files. |
| SetDirectory | Replaces the directory for the target’s output files. |
The class is implemented as a blessed arrayref with the members below.
| BUILDER | The NaturalDocs::Builder::Base-derived object for the target’s output format. |
| DIRECTORY | The output directory of the target. |
sub New #( builder, directory )
Creates and returns a new object.
| builder | The NaturalDocs::Builder::Base-derived object for the target’s output format. |
| directory | The directory to place the output files in. |
Returns the NaturalDocs::Builder::Base-derived object for the target’s output format.
Replaces the NaturalDocs::Builder::Base-derived object for the target’s output format.
Creates and returns a new object.
sub New #( builder, directory )