Types.DocumentedSrc
type 'a documented = {
attrs : Class.t; |
anchor : Url.Anchor.t option; |
code : 'a; |
doc : Block.t; |
markers : string * string; |
}
type t = one list
and one =
| Code of Source.t |
| Documented of Inline.t documented |
| Nested of t documented |
| Subpage of Subpage.t |
| Alternative of Alternative.t |