reasonml.github.io icon indicating copy to clipboard operation
reasonml.github.io copied to clipboard

Weird repetition in Scanf documentation

Open syntakker opened this issue 5 years ago • 3 comments

The documentation of module Scanf has some weird repetitions (empty titles, repeating sections in seemingly different states of creation):

https://reasonml.github.io/api/Scanf.html

syntakker avatar May 20 '20 09:05 syntakker

Is there anyone working this issue? If not, I can work on this. This is my first time contributing, so I wanted to be sure of what should be included and what should not be included?

acald-creator avatar Jul 15 '20 19:07 acald-creator

Without having built it locally, it looks like it is part of the automatically generated docs from OCaml. The equivalent for OCaml seems to be here and looks okay:

https://caml.inria.fr/pub/docs/manual-ocaml/libref/Scanf.html

syntakker avatar Jul 15 '20 21:07 syntakker

... which in turn comes from here:

https://github.com/ocaml/ocaml/blob/trunk/stdlib/scanf.mli

syntakker avatar Jul 15 '20 21:07 syntakker