C# Class Microsoft.DocAsCode.MergeDeveloperComments.Program

Inheritance: IDisposable
Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

Méthode Description
Dispose ( ) : void
Program ( string yamlDirectory, string developCommentDirectory ) : System

Private Methods

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

public Dispose ( ) : void
Résultat void

Program() public méthode

public Program ( string yamlDirectory, string developCommentDirectory ) : System
yamlDirectory string
developCommentDirectory string
Résultat System