package odoc

  1. Overview
  2. Docs
OCaml documentation generator

Install

Dune Dependency

Authors

Maintainers

Sources

odoc-2.1.0.tbz
sha256=65a2523a50ee368164f1f24f75866a6a36cdb0d00039c3006ec824351d4e4967
sha512=cf4d7e884b94a9b9c4bcb62d4423d7289d7bbbf2642c5eacf9577b76eb835cf6ecc79d2384d36d174d2e9d8f758b5082c0c4bf8f66b5c6db4e9805dc3fc9ee1a

README.md.html

odoc  

odoc is a documentation generator for OCaml. It reads doc comments , delimited with (** ... *), and outputs HTML, LaTeX and man pages.

Using odoc with OCaml

To install odoc with opam:

$ opam install odoc

For more information, see the odoc website or build the docs locally yourself from the odoc directory:

git clone https://github.com/ocaml/odoc.git
cd odoc
opam pin add . -n
opam install mdx bos
opam install --deps-only -t odoc
dune build @docgen

and find the docs in _build/default/doc/html/index.html

Contact

odoc is most discussed on discuss.ocaml.org's Ecosystem category with the odoc tag. Please also don't hesitate to open an issue.


Contributing

Any question asked, issue opened, feedback offered, is a contribution to odoc, and the project and all its users are thankful :) If you'd like to contribute code specifically, you may find the guide in doc/contributing.mld helpful.

OCaml

Innovation. Community. Security.