C# Class Monobjc.Tools.Generator.NAnt.DoxygenExecTask

Inheritance: BaseTask
Mostrar archivo Open project: Monobjc/monobjc-tools

Private Properties

Property Type Description
ExportConfiguration void
GenerateDescriptor void

Protected Methods

Method Description
ExecuteTask ( ) : void

Executes the task.

Private Methods

Method Description
ExportConfiguration ( String path ) : void
GenerateDescriptor ( String baseFolder, Framework f ) : void

Generate an XML fragment ready to be included in the entities list of the generator.

Method Details

ExecuteTask() protected method

Executes the task.
protected ExecuteTask ( ) : void
return void