blob: 7abe307959f9be067a83f290e9400738b5d72583 [file] [log] [blame]
package javadoc.testBug69275;
public class TestA {
/**@see <a href="http://www.eclipse.org">text</a>* */
void foo1() {}
/**@see <a href="http://www.eclipse.org">text</a> *** **/
void foo2() {}
/**@see <a href="http://www.eclipse.org">text</a>***
*/
void foo3() {}
}