C# 클래스 DocGenerator.TextParser

파일 보기 프로젝트 열기: preemptive/DocGenerator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TableOfContents List

공개 메소드들

메소드 설명
GetMarkdown ( ) : Markdown
Parse ( ) : string
TextParser ( string inputfile ) : System
TextParser ( string text, string filelocation ) : System

비공개 메소드들

메소드 설명
GetFile ( string file ) : string
GetMarkdownFile ( string file ) : string
InjectTOC ( string text ) : string
ParseAnchorName ( string text, int start ) : int
ParseKeyword ( string text, int start ) : int
ParseSection ( List
sections, string line ) : string
SkimMarkdown ( string text ) : string

메소드 상세

GetMarkdown() 공개 정적인 메소드

public static GetMarkdown ( ) : Markdown
리턴 MarkdownSharp.Markdown

Parse() 공개 메소드

public Parse ( ) : string
리턴 string

TextParser() 공개 메소드

public TextParser ( string inputfile ) : System
inputfile string
리턴 System

TextParser() 공개 메소드

public TextParser ( string text, string filelocation ) : System
text string
filelocation string
리턴 System

프로퍼티 상세

TableOfContents 공개적으로 프로퍼티

public List
TableOfContents
리턴 List