C# Class MarkDownDocumentator.Program

Datei anzeigen Open project: CellAO/CellAO-NightPredator

Public Methods

Method Description
WriteCode ( TextWriter tw, string text ) : void

WriteEnumList ( string fileName, string enumName, Type enumType, bool writeValues = true ) : void

WriteHeader1 ( TextWriter tw, string text ) : void

WriteHeader2 ( TextWriter tw, string text ) : void

WriteHorizonalLine ( TextWriter tw ) : void

WriteStatsList ( string fileName ) : void

Private Methods

Method Description
Main ( string args ) : void

WriteEnumListHex ( string fileName, string enumName, Type enumType, bool writeValues = true ) : void
WriteFooter ( TextWriter tw ) : void

WriteLink ( TextWriter tw, string p1, string p2 ) : void

WriteVendingMachineIds ( string fileName ) : void

Method Details

WriteCode() public static method

public static WriteCode ( TextWriter tw, string text ) : void
tw System.IO.TextWriter ///
text string ///
return void

WriteEnumList() public static method

public static WriteEnumList ( string fileName, string enumName, Type enumType, bool writeValues = true ) : void
fileName string ///
enumName string ///
enumType System.Type ///
writeValues bool ///
return void

WriteHeader1() public static method

public static WriteHeader1 ( TextWriter tw, string text ) : void
tw System.IO.TextWriter ///
text string ///
return void

WriteHeader2() public static method

public static WriteHeader2 ( TextWriter tw, string text ) : void
tw System.IO.TextWriter ///
text string ///
return void

WriteHorizonalLine() public static method

public static WriteHorizonalLine ( TextWriter tw ) : void
tw System.IO.TextWriter ///
return void

WriteStatsList() public static method

public static WriteStatsList ( string fileName ) : void
fileName string ///
return void