Package | Description |
---|---|
com.whitestein.lsps.lang.doc |
This package contains classes for parsing the documentation comments.
|
Modifier and Type | Method and Description |
---|---|
List<DocParam> |
Doc.getParams()
Gets the descriptions of the element's parameters.
|
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.