Represents an input assembly for API doc generation
Record Field | Description |
Full Usage:
MarkdownComments
Field type: bool
|
|
Full Usage:
Path
Field type: string
|
|
Full Usage:
PublicOnly
Field type: bool
|
|
Full Usage:
SourceFolder
Field type: string option
|
|
Full Usage:
SourceRepo
Field type: string option
|
|
|
![]() ![]() The substitutionss active for this input. If specified these are used instead of the overall substitutions. This allows different parameters (e.g. different authors) for each assembly in a collection.
|
Full Usage:
Warn
Field type: bool
|
|
Full Usage:
XmlFile
Field type: string option
|
|
Static member | Description |
Full Usage:
ApiDocInput.FromFile(assemblyPath, ?mdcomments, ?substitutions, ?sourceRepo, ?sourceFolder, ?publicOnly, ?warn)
Parameters:
string
?mdcomments : bool
?substitutions : Substitutions
?sourceRepo : string
?sourceFolder : string
?publicOnly : bool
?warn : bool
Returns: ApiDocInput
|
|