C# Class StorytellerDocGen.Samples.BlockCommentScanner

Inheritance: ISampleScanner
ファイルを表示 Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
BlockCommentScanner ( string commentStart, string commentEnd, string extension, string language )
DetermineName ( string line ) : string
IsAtEnd ( string line ) : bool

Method Details

BlockCommentScanner() public method

public BlockCommentScanner ( string commentStart, string commentEnd, string extension, string language )
commentStart string
commentEnd string
extension string
language string

DetermineName() public method

public DetermineName ( string line ) : string
line string
return string

IsAtEnd() public method

public IsAtEnd ( string line ) : bool
line string
return bool