io.sarl.lang.validation.subvalidators
Class SARLDocumentationValidator
All Superinterfaces:
org.eclipse.emf.ecore.EValidator, org.eclipse.xtext.validation.ValidationMessageAcceptor
class SARLDocumentationValidator
extends AbstractSARLSubValidator
A specialized validator to deal with SARL documentation (similar to Javadoc).
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.14
Property Summary
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
void checkJavaDocRefs(XtendMember)
Check the documentation reference links of the given member.
Constructor Details
new
new
Action Details
checkJavaDocRefs(XtendMember)
def checkJavaDocRefs(XtendMember)
Check the documentation reference links of the given member.
Parameters:
member - the member to check.