Package | Description |
---|---|
com.whitestein.lsps.lang.doc |
This package contains classes for parsing the documentation comments.
|
Modifier and Type | Method and Description |
---|---|
List<DocError> |
Doc.getErrors()
Gets the description of the errors this element can produce.
|
Constructor and Description |
---|
Doc(DocText description,
List<DocParam> params,
List<DocError> errors,
DocText returnDoc)
Creates a structured documentation for a source code element.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.