C# Class PicklesDoc.Pickles.DescriptionProcessor

Afficher le fichier Open project: picklesdoc/pickles

Méthodes publiques

Méthode Description
Process ( string input ) : string
Process ( Feature feature ) : void

Private Methods

Méthode Description
AllLinesAreEitherEmptyOrStartWithASpaceOrTab ( string splitLines ) : bool
RemoveEmptySpaceFromNonEmptyLines ( string splitLines, int index ) : void
ThereAreNonEmptyLines ( string splitLines ) : bool

Method Details

Process() public méthode

public Process ( string input ) : string
input string
Résultat string

Process() public méthode

public Process ( Feature feature ) : void
feature PicklesDoc.Pickles.ObjectModel.Feature
Résultat void