blob: 4fa5a3152953c78dd3d12a9fcee01722914d05e1 [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() {}
}