BaseDocumenter.OnDocBuildingStep Method

NDoc Core

NDoc Documentation

BaseDocumenter.OnDocBuildingStep Method 

Raises the DocBuildingStep event.

protected void OnDocBuildingStep(
   int step,
   string label
);

Parameters

step
The overall percent complete value.
label
A description of the work currently beeing done.

See Also

BaseDocumenter Class | NDoc.Core Namespace