C# 클래스 PicklesDoc.Pickles.DescriptionProcessor

파일 보기 프로젝트 열기: picklesdoc/pickles

공개 메소드들

메소드 설명
Process ( string input ) : string
Process ( Feature feature ) : void

비공개 메소드들

메소드 설명
AllLinesAreEitherEmptyOrStartWithASpaceOrTab ( string splitLines ) : bool
RemoveEmptySpaceFromNonEmptyLines ( string splitLines, int index ) : void
ThereAreNonEmptyLines ( string splitLines ) : bool

메소드 상세

Process() 공개 메소드

public Process ( string input ) : string
input string
리턴 string

Process() 공개 메소드

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