Component.ClassSignature
module Constraint : sig ... end
module Inherit : sig ... end
type item =
| Method of Odoc_xref2.Ident.method_ * Method.t
| InstanceVariable of Odoc_xref2.Ident.instance_variable * InstanceVariable.t
| Constraint of Constraint.t
| Inherit of Inherit.t
| Comment of CComment.docs_or_stop