Fix incorrect references in Javadoc. #1555
Fixes `JavadocReference` inspection violations. Description: >This inspection points out unresolved references inside javadoc
This commit is contained in:
parent
261e9a2bab
commit
b5825ca34c
|
|
@ -208,8 +208,8 @@ public class HiddenFieldCheck
|
|||
}
|
||||
|
||||
/**
|
||||
* Called to process tokens other than {@link TokenTypes.VARIABLE_DEF}
|
||||
* and {@link TokenTypes.PARAMETER_DEF}
|
||||
* Called to process tokens other than {@link TokenTypes#VARIABLE_DEF}
|
||||
* and {@link TokenTypes#PARAMETER_DEF}
|
||||
*
|
||||
* @param ast token to process
|
||||
* @param type type of the token
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ public class ParenPadCheck extends AbstractParenPadCheck {
|
|||
}
|
||||
|
||||
/**
|
||||
* Checks parens in {@link TokenTypes#FOR_LITERAL}.
|
||||
* Checks parens in {@link TokenTypes#LITERAL_FOR}.
|
||||
* @param ast the token to check.
|
||||
*/
|
||||
private void visitLiteralFor(DetailAST ast) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue