java.lang.Object
io.helidon.codegen.JavadocReader
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 Summary
Modifier and TypeMethodDescriptionstatic JavadocReaderCreate a new instance.read()Parse the document.
-
Method Details
-
create
Create a new instance.- Parameters:
input- input- Returns:
- reader
-
read
Parse the document.- Returns:
- document, never
null
-