C# Class DocGenerator.TextParser

Afficher le fichier Open project: preemptive/DocGenerator Class Usage Examples

Méthodes publiques

Свойство Type Description
TableOfContents List

Méthodes publiques

Méthode Description
GetMarkdown ( ) : Markdown
Parse ( ) : string
TextParser ( string inputfile ) : System
TextParser ( string text, string filelocation ) : System

Private Methods

Méthode 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 méthode

public static GetMarkdown ( ) : Markdown
Résultat MarkdownSharp.Markdown

Parse() public méthode

public Parse ( ) : string
Résultat string

TextParser() public méthode

public TextParser ( string inputfile ) : System
inputfile string
Résultat System

TextParser() public méthode

public TextParser ( string text, string filelocation ) : System
text string
filelocation string
Résultat System

Property Details

TableOfContents public_oe property

public List
TableOfContents
Résultat List