If last line of Javadoc contains @author tag, Colorer fails to detect Javadoc end. example:
/** * some javadoc * @author Some Author */
public interface SomeInterface { /** it stops here */ public void setParam (Param param1); }
issue sample
how it looks
Log in to post a comment.
issue sample
how it looks