The collection of section keywords that a comment can have.
Richard Arriaga
String representation of the keyword.
The type keyword indicates the name of the class implementation.
The supertype keyword indicates the supertype of the class implementation.
The sticky keyword indicates the method/macro/class should be documented regardless of visibility.
The see keyword refers the reader to something else. Not inherently linked.
The returns keyword indicates the output for the method implementation.
The restricts keyword indicates the input types used by the method implementation's semantic restriction.
The raises keyword indicates the exceptions thrown by the method implementation.
The parameter keyword indicates an input for the method implementation.
The method keyword indicates the name of the method implementation.
The global keyword represents a module variable
The forbids keyword indicates the methods forbidden by a Grammatical Restriction for the method implementation.
The field keyword indicates a field in the class implementation.
The category keyword provides a category to which the method implementation belongs.
The author keyword indicates the method implementation author.
The alias keyword indicates another name for the definition.