apache/maven-plugin-testing#260 demonstrates a failure mode where things that look like Javadoc code are actually sample javadoc code inside other Javadoc code. Note that the Javadoc is inside an `{@code }' block. Figure out what to do about this. Might require parser changes.
apache/maven-plugin-testing#260 demonstrates a failure mode where things that look like Javadoc code are actually sample javadoc code inside other Javadoc code. Note that the Javadoc is inside an `{@code }' block. Figure out what to do about this. Might require parser changes.