Interface IBslCommentToken
public interface IBslCommentToken
Constant of the keywords using in the Bsl documentation comments
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Keyword of the call option sectionstatic final String
Keyword of the call option section in Russianstatic final String
Keyword describing that collection type contains special typesstatic final String
Keyword describing that collection type contains special types in Russianstatic final String
Keyword for marks methods as deprecatedstatic final String
Keyword for marks methods as deprecated in Russianstatic final String
Keyword of the example sectionstatic final String
Keyword of the example section in Russianstatic final String
Beginning of the each comment linestatic final String
Keyword of the link sectionstatic final String
Keyword of the link section in Russianstatic final String
Keyword of the bracket of link sectionstatic final String
Keyword of the bracket of link sectionstatic final String
Keyword of the return section in old format documentation commentstatic final String
Keyword of the return section in old format documentation comment in Russianstatic final String
Keyword of the parameters sectionstatic final String
Keyword of the parameters section in Russianstatic final String
Keyword of the return sectionstatic final String
Keyword of the return section in Russianstatic final String
Keyword for begining description of parameter and extra fieldsstatic final String
Tag starting symbol "@"static final String
Keywords of type section in old format - end and begin of type sectionstatic final String
Keyword of the begining extra fields description in type sectionstatic final String
Keyword of the bracket of type sectionstatic final String
Keyword of the bracket of type sectionstatic final String
Keyword of the delimeter for type names type section
-
Field Details
-
LINE_STARTER
Beginning of the each comment line- See Also:
-
DEPRECATED
Keyword for marks methods as deprecated- See Also:
-
DEPRECATED_RU
Keyword for marks methods as deprecated in Russian- See Also:
-
PARAMETERS
Keyword of the parameters section- See Also:
-
PARAMETERS_RU
Keyword of the parameters section in Russian- See Also:
-
CALL_OPTIONS
Keyword of the call option section- See Also:
-
CALL_OPTIONS_RU
Keyword of the call option section in Russian- See Also:
-
RETURNS
Keyword of the return section- See Also:
-
RETURNS_RU
Keyword of the return section in Russian- See Also:
-
OLD_RETURNS
Keyword of the return section in old format documentation comment- See Also:
-
OLD_RETURNS_RU
Keyword of the return section in old format documentation comment in Russian- See Also:
-
EXAMPLE
Keyword of the example section- See Also:
-
EXAMPLE_RU
Keyword of the example section in Russian- See Also:
-
LINK_SECTION_RIGHT_BRACKET
Keyword of the bracket of link section- See Also:
-
LINK_SECTION_LEFT_BRACKET
Keyword of the bracket of link section- See Also:
-
LINK
Keyword of the link section- See Also:
-
LINK_RU
Keyword of the link section in Russian- See Also:
-
TYPE_SECTION_RIGHT_BRACKET
Keyword of the bracket of type section- See Also:
-
TYPE_SECTION_LEFT_BRACKET
Keyword of the bracket of type section- See Also:
-
TYPE_SECTION_EXTENSION_COLON
Keyword of the begining extra fields description in type section- See Also:
-
TYPE_SECTION_TYPE_DELIMETER
Keyword of the delimeter for type names type section- See Also:
-
TYPE_SECTION_DASH
Keywords of type section in old format - end and begin of type section- See Also:
-
STAR
Keyword for begining description of parameter and extra fields- See Also:
-
CONTAINS
Keyword describing that collection type contains special types- See Also:
-
CONTAINS_RU
Keyword describing that collection type contains special types in Russian- See Also:
-
TAG_START_SYMBOL
Tag starting symbol "@"- See Also:
-