Searched refs:doclet (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DAbstractDoclet.java51 * The only doclet that may use this toolkit is {@value}
57 * Verify that the only doclet that is using this toolkit is
60 private boolean isValidDoclet(AbstractDoclet doclet) { argument
61 if (! doclet.getClass().getName().equals(TOOLKIT_DOCLET_NAME)) {
62 configuration.message.error("doclet.Toolkit_Usage_Violation",
70 * The method that starts the execution of the doclet.
72 * @param doclet the doclet to start the execution for.
74 * @return true if the doclet executed without error. False otherwise.
76 public boolean start(AbstractDoclet doclet, RootDo argument
[all...]
/openjdk7/langtools/test/tools/javadoc/parser/7091528/
H A DT7091528.java53 String doclet = com.sun.tools.doclets.standard.Standard.class.getName();
54 int rc = com.sun.tools.javadoc.Main.execute("javadoc", pw, pw, pw, doclet, args);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDoclet.java58 * @return true if the doclet ran without encountering any errors.
62 HtmlDoclet doclet = new HtmlDoclet();
63 return doclet.start(doclet, root);
104 error("doclet.No_Non_Deprecated_Classes_To_Document");
229 * Check for doclet added options here.
271 "doclet.Copying_File_0_To_File_1",
279 "doclet.perform_copy_exception_encountered",
/openjdk7/jdk/make/javax/swing/beaninfo/
H A DSwingBeans.gmk27 # Makefile to build the BeanInfo generation tool (ie, a doclet), and
52 # since JAVADOC_CMD runs on ALT_BOOTDIR, the doclet and all its classes must be compiled to match
72 DOCLETFLAGS = -doclet GenDocletBeanInfo
81 # Make the doclet.
93 # To run, the doclet needs SwingBeanInfoBase class. Also Notice the lie
/openjdk7/jdk/make/docs/
H A DMakefile426 DOCLETAPI_DOCDIR := $(JDK_API_DOCSDIR)/javadoc/doclet

Completed in 80 milliseconds