blob: d02e4a991fab14667e7bd7da41edac873a16a792 [file] [log] [blame]
/**
* @param T> the type of the element
*/
-----
Groovy script
GrDocComment
PsiElement(GDOC_COMMENT_START)('/**')
PsiWhiteSpace('\n')
PsiElement(GDOC_LEADING_ASTERISKS)('*')
PsiElement(GDOC_COMMENT_DATA)(' ')
GroovyDocTag
PsiElement(GDOC_TAG_NAME)('@param')
PsiWhiteSpace(' ')
GrDocParameterReference
GrDocTagValueToken
PsiElement(GDOC_TAG_VALUE_TOKEN)('T')
PsiElement(GDOC_COMMENT_DATA)('> the type of the element')
PsiWhiteSpace('\n')
PsiElement(GDOC_COMMENT_END)('*/')