File tree Expand file tree Collapse file tree
WoofWare.Myriad.Plugins.Attributes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,11 +96,9 @@ type ArgumentDefaultValueAttribute (defaultValue : obj) =
9696/// contributes: it appears on the header line which introduces that group, above the indented list
9797/// of the arguments themselves. (That header is written whether or not you supply any help text.)
9898///
99- /// When applied to a nested argument record or union -- one which is not itself [ <ArgParser >] -tagged,
100- /// but is reached through a field of one -- the help text describes that type wherever it is
101- /// embedded, and so heads the group in each place. If the field which embeds it carries an
102- /// [ <ArgumentHelpText >] of its own, the field's wins: it is the more specific placement, and one type
103- /// may be embedded at several sites for different purposes.
99+ /// When applied to a nested argument record or union, the help text instead heads the group of
100+ /// arguments the nesting causes. If the field which embeds it carries an ` [<ArgumentHelpText>] `
101+ /// of its own, the field's wins, on the grounds that it's the more specific text.
104102type ArgumentHelpTextAttribute ( helpText : string ) =
105103 inherit Attribute ()
106104
You can’t perform that action at this time.
0 commit comments