IReadmeGeneratorOptions
public abstract interface IReadmeGeneratorOptions
Namespace: RhoMicro.BindSight.Generators
Inheritance:
Summary
Section titled “Summary”Provides options for the ReadmeGenerator.
Properties
Section titled “Properties”OutputFile
Section titled “OutputFile”string OutputFile { get; }
Summary
Section titled “Summary”Gets the path of the readme file to generate options docs into. The default is Options/Readme.md
.
string Title { get; }
Summary
Section titled “Summary”Gets the title of the readme file. The default is Options
.
Default
Section titled “Default”IReadmeGeneratorOptions Default { get; }
Summary
Section titled “Summary”Gets the default instance for this options interface.