Class BslDocumentationComment.ReturnSection

    • Constructor Detail

      • ReturnSection

        public ReturnSection​(IDescriptionPart parent,
                             int lineNumber,
                             int offset,
                             int headerKeywordLenght)
        Constructor.
        Parameters:
        parent - the parent object, cannot be null.
        lineNumber - number of line from the comment begining corresponding to the start line of the section
        offset - local line offset of the begining section on the line
        headerKeywordLenght - the header keyword lenght
      • ReturnSection

        public ReturnSection​(IDescriptionPart parent,
                             int lineNumber)
        Constructor. This constructor should be used if section description created programmatically
        Parameters:
        parent - the parent object, cannot be null.
        lineNumber - number of line from the comment begining corresponding to the start line of the section