reasonml / reasonml.github.io

Reason's documentation site
https://reasonml.github.io
MIT License
334 stars 399 forks source link

Weird repetition in Scanf documentation #647

Open syntakker opened 4 years ago

syntakker commented 4 years ago

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

acald-creator commented 4 years ago

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?

syntakker commented 4 years ago

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 commented 4 years ago

... which in turn comes from here:

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