diff options
| author | Emilio Jesus Gallego Arias | 2018-10-02 21:38:55 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-10-02 21:38:55 +0200 |
| commit | cb16f994e14073ab5731beeffc05ea114001d8e1 (patch) | |
| tree | e019bbd4ad16afe0f696614562e06d9a5138b52e /dev/README.md | |
| parent | 24550259892e9e408b11359fa71b240083e7546f (diff) | |
[doc] [api] Remove `ocamldoc` support in favor of `odoc`
This PR removes support for `ocamldoc` in favor of `odoc`.
Following a recent discussion in OCaml's discord, it turns out that
basically all the ecosystem has migrated to odoc, thus we follow suit
and may focus on `odoc` for Coq's ML API documentation.
Diffstat (limited to 'dev/README.md')
| -rw-r--r-- | dev/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev/README.md b/dev/README.md index 4642aaf06d..d9fdd230d3 100644 --- a/dev/README.md +++ b/dev/README.md @@ -34,9 +34,8 @@ | [`dev/doc/release-process.md`](doc/release-process.md) | Process of creating a new Coq release | -## Documentation of ML interfaces using ocamldoc ( `dev/ocamldoc/html`) -`make mli-doc` in coq root directory. - +## Documentation of ML interfaces using `odoc` ( `_build/default/_doc`) +`make -f Makefile.dune apidoc` in coq root directory. ## Other development tools (`dev/tools`) |
