equal
deleted
inserted
replaced
42 */ |
42 */ |
43 public class NoStar extends Doclet |
43 public class NoStar extends Doclet |
44 { |
44 { |
45 public static void main(String[] args) { |
45 public static void main(String[] args) { |
46 if (com.sun.tools.javadoc.Main. |
46 if (com.sun.tools.javadoc.Main. |
47 execute("javadoc", "NoStar", |
47 execute("javadoc", "NoStar", NoStar.class.getClassLoader(), |
48 new String[] {System.getProperty("test.src", ".") + java.io.File.separatorChar + "NoStar.java"}) != 0) |
48 new String[] {System.getProperty("test.src", ".") + java.io.File.separatorChar + "NoStar.java"}) != 0) |
49 throw new Error(); |
49 throw new Error(); |
50 } |
50 } |
51 |
51 |
52 public static boolean start(com.sun.javadoc.RootDoc root) { |
52 public static boolean start(com.sun.javadoc.RootDoc root) { |