C# 클래스 YAMPConsole.Formatter.MarkdownFormatter

상속: IFormatter
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IDisposable ( ) : void

메소드 상세

AddArgument() 공개 메소드

public AddArgument ( String name ) : void
name String
리턴 void

AddDescription() 공개 메소드

public AddDescription ( String description ) : void
description String
리턴 void

AddExample() 공개 메소드

public AddExample ( String code ) : void
code String
리턴 void

AddLink() 공개 메소드

public AddLink ( String link ) : void
link String
리턴 void

AddReturn() 공개 메소드

public AddReturn ( String name ) : void
name String
리턴 void

AddSection() 공개 메소드

public AddSection ( String name, String topic ) : void
name String
topic String
리턴 void

AddUsage() 공개 메소드

public AddUsage ( String usage ) : void
usage String
리턴 void

MarkdownFormatter() 공개 메소드

public MarkdownFormatter ( String outputDirectory ) : System
outputDirectory String
리턴 System