Type a Javadoc method-summary line
Type a Javadoc method-summary line
Answer
/** Returns the average of two integers. */
A /** ... */ doc comment placed immediately before a method. The first sentence becomes the summary in the generated HTML.
Type a Javadoc method-summary line
Type a Javadoc method-summary line
Answer
/** Returns the average of two integers. */
A /** ... */ doc comment placed immediately before a method. The first sentence becomes the summary in the generated HTML.