ApiDocInput Type
Represents an input assembly for API doc generation
Record fields
Record Field |
Description
|
Full Usage:
MarkdownComments
Field type: bool
|
Whether the input uses markdown comments
|
Full Usage:
Path
Field type: string
|
The path to the assembly
|
Full Usage:
PublicOnly
Field type: bool
|
Whether to generate only public things
|
Full Usage:
SourceFolder
Field type: string option
|
The compile-time source folder
|
Full Usage:
SourceRepo
Field type: string option
|
The URL the the source repo where the source code lives
|
|
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
|
Whether doc processing should warn on missing comments
|
Full Usage:
XmlFile
Field type: string option
|
Override the default XML file (normally assumed to live alongside)
|
Static members
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
|
|