Checks to make sure the documenter can perform a build.
[Visual Basic] Function CanBuild( _ ByVal project As Project, _ ByVal checkInputOnly As Boolean _ ) As String [C#] string CanBuild( Project project, bool checkInputOnly ); [C++] String* CanBuild( Project* project, bool checkInputOnly ); [JScript] function CanBuild( Project project, bool checkInputOnly ): String;
null if the documenter can build; otherwise a message describing why it can't build
This is for people who like to leave their CHMs open.
IDocumenter Interface | NDoc.Core Namespace | IDocumenter.CanBuild Overload List