Unit ok_tag_params_no_parensUses Types Constants Variables DescriptionThis is a demo unit using tags without enclosing them in ()
Parsing logic is simple: if a tag requires some parameters but you don't put open paren '(' char right after it, then tag parameters are understood to span to the end of line (or to the end of comment). This doesn't break compatibility with documentation that enclosed parameters in (), because tags that have parameters were *required* to have '(' char after them. So they will still be correctly seen and parsed to the matching closing paren. See SomeProc for more examples and comments.
OverviewClasses, Interfaces, Objects and Records
Functions and Procedures
DescriptionFunctions and Procedures
AuthorsCreated2005-05-04 Last Modified2005-05-04 |