blob: bbbf536522cebcfff7d6ea7e635a5d36420061fd [file] [log] [blame]
package com.siyeh.ig.javadoc;
import com.siyeh.ig.IGInspectionTestCase;
public class HtmlTagCanBeJavadocTagInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/javadoc/html_tag_can_be_javadoc_tag", new HtmlTagCanBeJavadocTagInspection());
}
}