odoc icon indicating copy to clipboard operation
odoc copied to clipboard

Documentation compiler for OCaml and Reason

Results 130 odoc issues
Sort by recently updated
recently updated
newest added

The `odoc` doc is one of the first references I found when trying to write documentation for OCaml, its has good referencing and is easy to read. I believe it...

As mentioned in [the discuss.ocaml post](https://discuss.ocaml.org/t/odoc-documentation-improvements/14674/3), I would appreciate a few extra fields in the generated JSON files to make integrating them in my website easier. jonludlam suggested I open...

Odoc duplicates warnings when a module type appears multiple times. ```ocaml module type S = sig val foo : int -> int (** This raises a warning because odoc can't...

The driver depends on sherlodoc, this should be reflected in the opam file. This is a first step in having the sherlodoc - odoc integration checked by CI.

Work in progress for making it possible to specify the page titles that appear in the breadcrumbs. This will allow to identify packages and libraries. Sherlodoc compat: https://github.com/jonludlam/sherlodoc/pull/2

https://github.com/ocaml/opam-repository/pull/26537

This PR makes the driver follow a convention to know which packages/libraries to include in `-P`/`-L` during linking, for `opam`-installed libraries. (This convention is what I understood that we proposed...

Now that we have a convention for hierarchical pages, we need a way for the author to specify the order. This PR does that by using the frontmatter, using this...

This is still work in progress as pages that are inside a library are not recognized and the library name might be inconsistent with the one passed to the link...

Make sure the set of libraries provided during linking only comes from the dependency libraries of the library being linked. Also ensure that the modules in the libraries passed are...

no changelog