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
Provide optional validation of ApexDoc comments, specifically the following:
@param
@return
@exception
@throws
@see
@author
@group
@date
@since
@example
@deprecated
It would need to be possible for the user to enable/disable this entirely as well as to determine which validation rules should be used.
The text was updated successfully, but these errors were encountered:
Delivered in 1.0.0.3.
Sorry, something went wrong.
No branches or pull requests
Provide optional validation of ApexDoc comments, specifically the following:
@param
tag(s)@return
tag@exception
/@throws
tag exception type name and/or description@see
tag reference and/or description@author
tag value@group
tag value@date
tag value@since
tag value@example
tag value@deprecated
tag descriptionIt would need to be possible for the user to enable/disable this entirely as well as to determine which validation rules should be used.
The text was updated successfully, but these errors were encountered: