Class SunDoclet.Xml

java.lang.Object
uk.ac.starlink.ttools.build.SunDoclet.Xml
Enclosing class:
SunDoclet

public static class SunDoclet.Xml extends Object
Class for use with javadoc tool that writes SUN-friendly XML output.

Doclet flags:

  • -o <file-nameinvalid input: '&';gt
  • -headonly
  • Constructor Details

    • Xml

      public Xml()
  • Method Details

    • optionLength

      public static int optionLength(String option)
      Define permitted command-line flags. This method is part of the Doclet public interface.
    • start

      public static boolean start(RootDoc root) throws IOException
      Begin processing document. This method is part of the Doclet public interface.
      Throws:
      IOException
    • languageVersion

      public static LanguageVersion languageVersion()
      Required to make varargs work.