Skip to content

Commit 0c816af

Browse files
committed
place docstring above include not below
Because it's just not visible when the include is expanded otherwise.
1 parent 63d78c3 commit 0c816af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/to_html_tree.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,5 +990,5 @@ and include_ ~get_package (t : _ Types.Include.t) =
990990
]
991991
in
992992
[ div ~a:[ a_class ["spec"; "include"] ]
993-
(incl @ [ div ~a:[ a_class ["doc"] ] doc])
993+
(div ~a:[ a_class ["doc"] ] doc :: incl)
994994
], tree

0 commit comments

Comments
 (0)