Types.Alternative
type expansion = {
status : [ `Closed | `Default | `Inline | `Open ];
summary : Source.t;
expansion : DocumentedSrc.t;
url : Odoc_document.Url.Path.t;
}
type t =
| Expansion of expansion