Class JavadocReader

java.lang.Object
io.helidon.codegen.JavadocReader

public final class JavadocReader extends Object
Javadoc reader.

This class is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

  • Method Details

    • create

      public static JavadocReader create(String input)
      Create a new instance.
      Parameters:
      input - input
      Returns:
      reader
    • read

      public JavadocTree.Document read()
      Parse the document.
      Returns:
      document, never null