ocamldoc for types lacks newlines in html files #7272
Closed
Comments
Comment author: olh Looks like mantis translates the html tags into real html. My report is about the "br" html tags. |
Comment author: @Octachron See #798 for a potential fix and some analysis of the origin of the regression. |
Comment author: @Octachron Fixed in 4.04 by merging the above GPR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original bug ID: 7272
Reporter: olh
Assigned to: @Octachron
Status: resolved (set by @Octachron on 2017-02-18T19:59:07Z)
Resolution: fixed
Priority: normal
Severity: minor
Platform: Linux
OS: openSUSE
OS Version: Tumbleweed
Version: 4.03.0
Target version: 4.05.0 +dev/beta1/beta2/beta3/rc1
Fixed in version: 4.04.0
Category: documentation
Related to: #6341
Monitored by: @gasche
Bug description
Each module has an html file, like libref/Arg.html. In this file there a link to the types, like "Module Arg" which links to libref/type_Arg.html.
In 4.02.3 the html code has several [br] tags to force a newline.
In 4.03 these [br] tags are missing.
This happens in all created files by ocamldoc.
Its appearently broken upstream as well.
Steps to reproduce
Compare these two URLs:
http://caml.inria.fr/pub/docs/manual-ocaml-4.02/libref/type_Arg.html
vs.
http://caml.inria.fr/pub/docs/manual-ocaml-4.03/libref/type_Arg.html
The text was updated successfully, but these errors were encountered: