Module Paths.Reference
References present in documentation comments ({!Foo.Bar})
module Resolved : sig ... endmodule Signature : sig ... endmodule ClassSignature : sig ... endmodule DataType : sig ... endmodule FragmentTypeParent : sig ... endmodule LabelParent : sig ... endmodule Module : sig ... endmodule ModuleType : sig ... endmodule Type : sig ... endmodule Constructor : sig ... endmodule Field : sig ... endmodule UnboxedField : sig ... endmodule Extension : sig ... endmodule ExtensionDecl : sig ... endmodule Exception : sig ... endmodule Value : sig ... endmodule Class : sig ... endmodule ClassType : sig ... endmodule Method : sig ... endmodule InstanceVariable : sig ... endmodule Label : sig ... endmodule Page : sig ... endmodule Asset : sig ... endmodule Hierarchy : sig ... endtype t = [ | `Resolved of Odoc_model.Paths.Reference.Resolved.t| `Root of string * Odoc_model.Paths.Reference.tag_any| `Dot of Odoc_model.Paths.Reference.LabelParent.t * string| `Page_path of Odoc_model.Paths.Reference.Hierarchy.t| `Module_path of Odoc_model.Paths.Reference.Hierarchy.t| `Asset_path of Odoc_model.Paths.Reference.Hierarchy.t| `Any_path of Odoc_model.Paths.Reference.Hierarchy.t| `Module of Odoc_model.Paths.Reference.Signature.t * Odoc_model.Names.ModuleName.t| `ModuleType of Odoc_model.Paths.Reference.Signature.t * Odoc_model.Names.ModuleTypeName.t| `Type of Odoc_model.Paths.Reference.Signature.t * Odoc_model.Names.TypeName.t| `Constructor of Odoc_model.Paths.Reference.FragmentTypeParent.t * Odoc_model.Names.ConstructorName.t| `Field of Odoc_model.Paths.Reference.FragmentTypeParent.t * Odoc_model.Names.FieldName.t| `UnboxedField of Odoc_model.Paths.Reference.FragmentTypeParent.t * Odoc_model.Names.UnboxedFieldName.t| `Extension of Odoc_model.Paths.Reference.Signature.t * Odoc_model.Names.ExtensionName.t| `ExtensionDecl of Odoc_model.Paths.Reference.Signature.t * Odoc_model.Names.ExtensionName.t| `Exception of Odoc_model.Paths.Reference.Signature.t * Odoc_model.Names.ExceptionName.t| `Value of Odoc_model.Paths.Reference.Signature.t * Odoc_model.Names.ValueName.t| `Class of Odoc_model.Paths.Reference.Signature.t * Odoc_model.Names.TypeName.t| `ClassType of Odoc_model.Paths.Reference.Signature.t * Odoc_model.Names.TypeName.t| `Method of Odoc_model.Paths.Reference.ClassSignature.t * Odoc_model.Names.MethodName.t| `InstanceVariable of Odoc_model.Paths.Reference.ClassSignature.t * Odoc_model.Names.InstanceVariableName.t| `Label of Odoc_model.Paths.Reference.LabelParent.t * Odoc_model.Names.LabelName.t
]