Go to file
Fedora Release Engineering e8df8a95b7 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 01:22:51 +00:00
.gitignore Initial import. 2020-01-14 09:17:20 -07:00
ocaml-odoc.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild 2022-07-22 01:22:51 +00:00
README.md Version 2.1.0. 2022-02-09 09:36:31 -07:00
sources Version 2.1.0. 2022-02-09 09:36:31 -07:00

ocaml-odoc

This package contains odoc, a documentation generator for OCaml and Reason. It reads doc comments, delimited with (** ... *), and outputs HTML. Text inside doc comments is marked up in ocamldoc syntax.

Odoc's main advantage over ocamldoc is an accurate cross-referencer, which handles the complexity of the OCaml module system. Odoc also offers a good opportunity to improve HTML output compared to ocamldoc, but this is very much a work in progress.