Macro Comment
A comment that describes a particular macro implementation
Author
Richard Arriaga
Parameters
The signature of the macro the comment describes.
The start line in the module the comment being parsed appears.
The author of the implementation.
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 list of any exceptions the method throws.
Whether or not the method should be documented regardless of visibility
Constructors
Construct a new MacroComment.
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.