File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,8 @@ and nestable_block_element =
65
65
reference_kind
66
66
* media_href with_location
67
67
* inline_element with_location list
68
- * media (* * @since 2.3.0 *) ]
68
+ * media
69
+ (* * @since 2.5.0 *) ]
69
70
(* * Some block elements may be nested within lists or tags, but not all.
70
71
The [`List] constructor has a parameter of type [\[`Light | `Heavy\]].
71
72
This corresponds to the syntactic constructor used (see the
@@ -98,8 +99,6 @@ type tag = [ ocamldoc_tag | internal_tag ]
98
99
type heading = int * string option * inline_element with_location list
99
100
100
101
type block_element =
101
- [ nestable_block_element
102
- | `Heading of heading
103
- | `Tag of tag ]
102
+ [ nestable_block_element | `Heading of heading | `Tag of tag ]
104
103
105
104
type t = block_element with_location list
You can’t perform that action at this time.
0 commit comments