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