blob: fc3e75e67b4319fdacc9978d82398a1b716478be [file] [log] [blame]
package test.html.pre;
interface X07 {
/**
* The following is some sample code which illustrates source formatting
* within javadoc comments:
*
*
*
*
*
*
*
*
* <pre>
*
*
*
*
* public class Example {
* final int a = 1;
* final boolean b = true;
* }
*
*
*
*
* </pre>
*
*
*
*
* Descriptions of parameters and return values are best appended at end of
* the javadoc comment.
*/
int foo(int a, int b);
}