I’m looking for a quick pointer on the right place to file a documentation related bug. For example, this page in the stdlib docs:
http://caml.inria.fr/pub/docs/manual-ocaml/libref/Arg.html
has two presentations. One appears in current Chrome (v80) and Safari:
<omitted; discourse is limiting me to one image since I’m a new user >
The other appears in current Firefox (v73):
The presentation in FF is fairly broken, with some sample problems marked in red above. Especially the spurious let _ =
before every identifier in the text is maddening. I’m guessing that odoc is a likely suspect, but I’m new to the modern OCaml ecosystem so I’m not sure. It might be down to site-specific configuration.
I found another docs site that exhibits the exact same issue, which further suggests common docs tooling is at fault: https://erratique.ch/software/cmdliner/doc/Cmdliner
Pointers to the right place(s) to file issues would be greatly appreciated!