/** Relating to the core of Java. * * <h3 id='INLDOC'>Inline HTML links in member javadocs (INLDOC)</h3> * * <p>Using an inline HTML link (as opposed to an inline Javadoc {@code @link}) in a * member's javadoc comment causes the member to be omitted from the summary/index * section of the rendered javadocs (1.7.0_06). A workaround is to move the link into an * {@code @see} line.</p> * * @see java.lang */ package votorola.g.lang;