module Comment
Represents comment parsing and processing functionality.
Nested Classes and Modules
class AttributeDescribes an attribute type.
class ConstantRepresents a constant type declaration.
class ExampleRepresents a code example with an optional title.
class NodeRepresents a node in a comment tree structure.
class OptionDescribes a method option (keyword argument).
class ParameterRepresents a named method parameter.
class PragmaAsserts a specific property about the method signature.
class RaisesIdentifies that a method might raise an exception.
class RBSRepresents an RBS type annotation following rbs-inline syntax.
class ReturnsRepresents a return value.
class TagRepresents a documentation tag parsed from a comment directive. Subclasses should define a PATTERN constant for matching their specific syntax.
class TagsRepresents a collection of documentation tags and their parsing logic.
class TextA structured comment.
class ThrowsIdentifies that a method might throw a specific symbol.
class YieldsDescribes a block parameter.