C# Class DocGenerator.TextParser

Exibir arquivo Open project: preemptive/DocGenerator Class Usage Examples

Public Properties

Property Type Description
TableOfContents List

Public Methods

Method Description
GetMarkdown ( ) : Markdown
Parse ( ) : string
TextParser ( string inputfile ) : System
TextParser ( string text, string filelocation ) : System

Private Methods

Method Description
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

Method Details

GetMarkdown() public static method

public static GetMarkdown ( ) : Markdown
return MarkdownSharp.Markdown

Parse() public method

public Parse ( ) : string
return string

TextParser() public method

public TextParser ( string inputfile ) : System
inputfile string
return System

TextParser() public method

public TextParser ( string text, string filelocation ) : System
text string
filelocation string
return System

Property Details

TableOfContents public_oe property

public List
TableOfContents
return List