Checks if the documentation output file(s) exist.
[Visual Basic] Function CanBuild( _ ByVal project As Project _ ) As String [C#] string CanBuild( Project project ); [C++] String* CanBuild( Project* project ); [JScript] function CanBuild( Project project ): String;
True if the documentation can be viewed.
IDocumenter Interface | NDoc.Core Namespace | IDocumenter.CanBuild Overload List