Macro Comment
fun MacroComment( signature: MethodCommentSignature, commentStartLine: Int, author: List<StacksAuthorTag>, sees: List<StacksSeeTag>, description: StacksDescription, categories: List<StacksCategoryTag>, aliases: List<StacksAliasTag>, parameters: List<StacksParameterTag>, returnsContent: StacksReturnTag, exceptions: List<StacksRaisesTag>, sticky: Boolean)
Content copied to clipboard
Construct a new MacroComment.
Parameters
signature
The signature of the macro the comment describes.
comment Start Line
The start line in the module the comment being parsed appears.
author
The author of the implementation.
description
The overall description of the implementation
categories
The categories the implementation appears in
aliases
The aliases the implementation is known by
parameters
The list of parameters of the method implementation.
returns Content
The "@returns" content
exceptions
A list of any exceptions the method throws.
sticky
Whether or not the method should be documented regardless of visibility