blob: c996b1aae9fd47213316b624f28b1a0b8f7fccdf [file] [log] [blame]
package test.html.ul;
interface X05 {
/**
*
* Before P
* <p>
* Before UL
* <ul>
* <li>Formatting of header comments.</li>
* <li>Formatting of Javadoc tags</li>
* </ul>
* After UL
* </p>
* After P
*/
int bar();
}