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