groovy-eclipse icon indicating copy to clipboard operation
groovy-eclipse copied to clipboard

Add support for code select within Javadoc comments

Open eric-milles opened this issue 7 years ago • 0 comments

Code like the following supports navigation in Java; support the same in Groovy.

/**
 * @see java.util.List
 */
class C {
}

Code of interest: GCUD.findJavadoc GroovyTypeDecl javadoc

eric-milles avatar Jan 09 '18 18:01 eric-milles