Method | Description | |
---|---|---|
EnsureFileGeneratedAndGetUrl ( Microsoft.SourceBrowser.HtmlGenerator.AnalyzedFile analysis ) : void | ||
Generate ( IEnumerable |
||
GetDestinationFilePath ( string sourceFilePath ) : string | ||
PrepareRanges ( Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange syntacticRanges, Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange semanticRanges, string text ) : Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange[] | ||
RemoveIntersectingRanges ( string text, Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange rangesSortedByStart, int midpoints ) : Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange[] | ||
RemoveOverlappingRanges ( string text, Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange ranges ) : Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange[] |
Method | Description | |
---|---|---|
AddAttribute ( StringBuilder sb, string name, string value ) : void | ||
ChooseBetterRange ( Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange left, Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange right ) : Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange | ||
Generate ( string sourceFilePath, string destinationHtmlFilePath, Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange syntacticRanges, Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange semanticRanges ) : void | ||
GenerateCore ( IEnumerable |
||
GenerateLinks ( Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange range, string destinationHtmlFilePath, int>.Dictionary |
||
GenerateRange ( StringBuilder sb, Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange range, string destinationFilePath, int>.Dictionary |
||
GetDisplayName ( string destinationHtmlFilePath ) : string | ||
GetGlyph ( string definitionKind ) : string | ||
GetLocalId ( string symbolId, int>.Dictionary |
||
GetSpanClass ( string classification ) : string | ||
IsWellFormed ( string searchString ) : bool |
public EnsureFileGeneratedAndGetUrl ( Microsoft.SourceBrowser.HtmlGenerator.AnalyzedFile analysis ) : void | ||
analysis | Microsoft.SourceBrowser.HtmlGenerator.AnalyzedFile | |
return | void |
public Generate ( IEnumerable |
||
typeScriptFiles | IEnumerable |
|
solutionDestinationFolder | string | |
return | void |
public static GetDestinationFilePath ( string sourceFilePath ) : string | ||
sourceFilePath | string | |
return | string |
public static PrepareRanges ( Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange syntacticRanges, Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange semanticRanges, string text ) : Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange[] | ||
syntacticRanges | Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange | |
semanticRanges | Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange | |
text | string | |
return | Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange[] |
public static RemoveIntersectingRanges ( string text, Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange rangesSortedByStart, int midpoints ) : Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange[] | ||
text | string | |
rangesSortedByStart | Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange | |
midpoints | int | |
return | Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange[] |
public static RemoveOverlappingRanges ( string text, Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange ranges ) : Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange[] | ||
text | string | |
ranges | Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange | |
return | Microsoft.SourceBrowser.HtmlGenerator.ClassifiedRange[] |