We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to match the comment style used as standard in languages like JavaScript, asymmetrical start and end styles must be used, like so:
/** * Test */
a new configuration option is needed for the DocCommentStyle rule: https://haxecheckstyle.github.io/docs/haxe-checkstyle/doccommentstyle.html
{ "type": "DocCommentStyle", "props": { "startStyle": "twostars", "lineStyle": "oneStar", "endStyle": "oneStar" } }
For compatibility, this option should default to the current value of startStyle.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In order to match the comment style used as standard in languages like JavaScript, asymmetrical start and end styles must be used, like so:
a new configuration option is needed for the DocCommentStyle rule: https://haxecheckstyle.github.io/docs/haxe-checkstyle/doccommentstyle.html
For compatibility, this option should default to the current value of startStyle.
The text was updated successfully, but these errors were encountered: