Method Comment
A comment that describes a particular method implementation
Author
Richard Arriaga
Parameters
The signature of the class/method the comment describes.
The start line in the module the comment being parsed appears.
The author of the implementation.
A list of any "@sees" references.
The overall description of the implementation
The categories the implementation appears in
The aliases the implementation is known by
The list of parameters of the method implementation.
The "@returns" content
A MutableList of any exceptions the method throws.
Whether or not the method should be documented regardless of visibility
Constructors
Construct a new MethodComment.
Functions
Add the implementation to the provided StacksImportModule.
Add the implementation to the provided group.
Create a string that is unique to this AvailComment.
Create JSON content from implementation.