C# Class helpgen.HelpGen

Show file Open project: HinTak/Font-Validator

Public Methods

Method Description
WriteFile ( String path, String contents ) : void

Private Methods

Method Description
AddAtomSubset ( TextWriter stm, List items, char startChar ) : void
AppendTextFileToStream ( TextWriter outs, string path ) : int
CheckForDuplicateKeys ( List items ) : int
CopyConstantHelpFiles ( string inputDir, string helpDir, bool verbose ) : void
CopyIfDifferent ( string src, string dst, bool verbose ) : void
DoReplacements ( string template, helpgen.HelpItem hi ) : string
DoWork ( HelpGenPaths ps, bool verbose ) : int
FixBadAtomNames ( List items ) : void
GetHelpItemsFromXMLFile ( string xmlPath, string xsdPath ) : List
HelpFileName ( string helpDir, string atom ) : string
Main ( string args ) : int
Usage ( ) : void
WriteAtomsFile ( List items, string atomsTemp ) : void
WriteAtomsPostamble ( TextWriter s ) : void
WriteAtomsPreamble ( TextWriter s ) : void
WriteHelpFiles ( List items, string templatePath, string tmpDir, string helpDir ) : void
WriteHelpProject ( List items, string inputDir, string helpprojTemp ) : void
WriteHelpTableOfContents ( List items, string contentsTemplatePath, string inputDir, string tocTempOut ) : void
WriteValStrings ( List items, string inputDir, string valstringsTemp ) : void

Method Details

WriteFile() public static method

public static WriteFile ( String path, String contents ) : void
path String
contents String
return void