| 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; }
Public Property GroupDocsEndCue As Regex
Get
Set
Property Value
Type:
RegexSee Also