C# Class Microsoft.DocAsCode.MergeDeveloperComments.Program

Inheritance: IDisposable
Mostra file Open project: dotnet/docfx

Public Methods

Method Description
Dispose ( ) : void
Program ( string yamlDirectory, string developCommentDirectory ) : System

Private Methods

Method Description
CheckParameters ( ) : void
ConsumeDeveloperComments ( ) : void
ConsumeDeveloperCommentsCore ( ) : void
EnumerateDevelopCommentFiles ( ) : IEnumerable
EnumerateDeveloperComments ( string file ) : IEnumerable
GetReferences ( ) : ReferenceViewModel>.Dictionary
GetViewModels ( ) : PageViewModel>>.IEnumerable
GetYamlFileFromQueue ( ) : string
GetYamlFileMap ( ) : string>.Dictionary
Main ( string args ) : int
PatchDeveloperComments ( ) : void
PatchViewModel ( ItemViewModel item, string comment ) : void
PatchYamlFile ( string yamlFile, List list ) : void
PrintUsage ( ) : void
ProduceDeveloperComments ( ) : void
ProduceDeveloperCommentsCore ( ) : void
RebuildReference ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Program() public method

public Program ( string yamlDirectory, string developCommentDirectory ) : System
yamlDirectory string
developCommentDirectory string
return System