C# Class PicklesDoc.Pickles.DescriptionProcessor

Datei anzeigen Open project: picklesdoc/pickles

Public Methods

Method Description
Process ( string input ) : string
Process ( Feature feature ) : void

Private Methods

Method Description
AllLinesAreEitherEmptyOrStartWithASpaceOrTab ( string splitLines ) : bool
RemoveEmptySpaceFromNonEmptyLines ( string splitLines, int index ) : void
ThereAreNonEmptyLines ( string splitLines ) : bool

Method Details

Process() public method

public Process ( string input ) : string
input string
return string

Process() public method

public Process ( Feature feature ) : void
feature PicklesDoc.Pickles.ObjectModel.Feature
return void