Details
Description
I believe that this is a regression introduced in https://github.com/apache/groovy/commit/45e3225485ef44385ff7aa3759c2c63932e088f2. In that revision additional quotes were introduced in RAW_COMMENT_PATTERN which causes if(trimmed.equals(rawCommentText)) return; in org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc.calculateTags() to always return and SimpleGroovyDoc.deprecated to never be set to true.
Attachments
Issue Links
- links to