Click or drag to resize

MarkdownPropertyParserGroupDocsEndCue Property

This regular expression is used to detect the end of the documentation of a group. When this cue is triggered, the collected documentation is attached to all groups, which where detected by GroupBeginCue since the last GroupDocsBeginCue.

Namespace:  Mastersign.Bench.Markdown
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public Regex GroupDocsEndCue { get; set; }

Property Value

Type: Regex
See Also