C# Class YAMPConsole.Formatter.MarkdownFormatter

Inheritance: IFormatter
Datei anzeigen Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
AddArgument ( String name ) : void
AddDescription ( String description ) : void
AddExample ( String code ) : void
AddLink ( String link ) : void
AddReturn ( String name ) : void
AddSection ( String name, String topic ) : void
AddUsage ( String usage ) : void
MarkdownFormatter ( String outputDirectory ) : System

Private Methods

Method Description
IDisposable ( ) : void

Method Details

AddArgument() public method

public AddArgument ( String name ) : void
name String
return void

AddDescription() public method

public AddDescription ( String description ) : void
description String
return void

AddExample() public method

public AddExample ( String code ) : void
code String
return void

AddLink() public method

public AddLink ( String link ) : void
link String
return void

AddReturn() public method

public AddReturn ( String name ) : void
name String
return void

AddSection() public method

public AddSection ( String name, String topic ) : void
name String
topic String
return void

AddUsage() public method

public AddUsage ( String usage ) : void
usage String
return void

MarkdownFormatter() public method

public MarkdownFormatter ( String outputDirectory ) : System
outputDirectory String
return System