aboutsummaryrefslogtreecommitdiff
path: root/clib
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-06-03 01:01:16 +0200
committerEmilio Jesus Gallego Arias2018-09-03 16:19:36 +0200
commit5cc3e117ed0264e35a46b6e3bb416b4b7f66b127 (patch)
tree201e418ba8ce0a5bc6fe3aaf3cf0ae73339f3b7f /clib
parentc880e9e01d57eb4beca561e209839caa66d38742 (diff)
[doc] Build ML API documentation artifact.
This is not optimal for we have to rebuild the `.cmi` as `ocamldoc` cannot yet use the `_install_ci/` directory. Overall the `mli` documentation is in a sorry state, however, I think this is a first step in order to improve it. Note that the `ml-doc` target seems broken in OCaml 4.07.0, needs investigation. cc: #7155
Diffstat (limited to 'clib')
-rw-r--r--clib/cList.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/clib/cList.mli b/clib/cList.mli
index ed468cb977..39d9a5e535 100644
--- a/clib/cList.mli
+++ b/clib/cList.mli
@@ -289,8 +289,8 @@ sig
val share_tails : 'a list -> 'a list -> 'a list * 'a list * 'a list
(** [share_tails l1 l2] returns [(l1',l2',l)] such that [l1] is
- [l1'@l] and [l2] is [l2'@l] and [l] is maximal amongst all such
- decompositions*)
+ [l1'\@l] and [l2] is [l2'\@l] and [l] is maximal amongst all such
+ decompositions *)
(** {6 Association lists} *)