NDocConsole assembly[,xmldoc] [assembly[,xmldoc]]... [[-referencepath=dir] [-referencepath=dir]...] [-namespacesummaries=filename] [-documenter=documenter_name] [[-property=value] [-property=value]...] [-verbose]
if not specified, NDoc will look (in the same directory as assembly) for a file with the name of the assembly but with an extension of .xml instead of .dll or .exe
if not specified, the MSDN documenter will be used
property is the case sensitive name of a property to set on documenter
value is the value to set property to
verbose causes full progress information to be displayed during the build
NDocConsole -recurse=dir[,maxDepth] [[-referencepath=dir] [-referencepath=dir]...] [-namespacesummaries=filename] [-documenter=documenter_name] [[-property=value] [-property=value]...] [-verbose]
if not specified, the MSDN documenter will be used
property is the case sensitive name of a property to set on documenter
value is the value to set property to
verbose causes full progress information to be displayed during the build
NDocConsole [-documenter=documenter_name] -project=ndocfile [-verbose]
if not specified, the MSDN documenter will be used
verbose causes full progress information to be displayed during the build
NDocConsole [-help] [documenter_name [property_name]]
if documenter_name is not specified, basic usage syntax will be displayed
if property_name is not specified a list of all the settable properties on documenter_name will be displayed
property_name is the name of the property on documenter_name to display help about
<namespaces> <namespace name="My.NameSpace">My summary.</namespace> <namespace name="My.OtherNameSpace">My other summary.</namespace> ... </namespaces>
NDoc development is hosted by |