Class BslDocumentationComment.ParametersSection

java.lang.Object
com._1c.g5.v8.dt.bsl.documentation.comment.BslDocumentationComment.Section
com._1c.g5.v8.dt.bsl.documentation.comment.BslDocumentationComment.ParametersSection
All Implemented Interfaces:
IDescriptionPart, ITypeSectionCollector
Enclosing class:
BslDocumentationComment

public static class BslDocumentationComment.ParametersSection extends BslDocumentationComment.Section implements ITypeSectionCollector
Class represents parameter section of the Bsl documentation comment. This section has description part and TypeSection.FieldDefinitions corresponding to the method parameters. Important that description part end when the first parameter was described.