Thomas Refis
Thomas Refis
You can reproduce by applying this patch to trunk: ```diff diff --git a/ocamldoc/odoc_gen.ml b/ocamldoc/odoc_gen.ml index 8ea2c9477..eb43a9e86 100644 --- a/ocamldoc/odoc_gen.ml +++ b/ocamldoc/odoc_gen.ml @@ -26,7 +26,7 @@ module Base_generator : Base =...
For the moment we allow users to annotate module definitions with `(** @canonical Some.Path *)` but we do not check that `Some.Path` is indeed equivalent to the module being defined.
Would be nice for pages like https://v3.ocaml.org/p/ppxlib/0.23.0/doc/Ppxlib/Ast_traverse/class-fold/index.html
Apologies in advance for the reproduction case which is probably going to be stale somewhat soon. Right now, when I go on https://ci.ocamllabs.io/github/ocaml/merlin everything is red, but if I pick...
- `/tmp/test.ml`: ```ocaml module rec M : sig val f : unit -> unit end = struct let f () = () end and N : sig val foo :...
Adds a partial support for CFF v1 and v2: it does the minimum required to access charstrings. Disclaimer: only v1 was tested in practice. Furthermore, as stated in the documentation...