-
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 find Not_found
@rais…
-
Hi there. I'm a happy user of odig, and I have three little comments.
1. The package page title could be simplified: I see `index (conduit.index)`, I don't think `index` is particularly relevant to…
-
Hello, I encountered an error when using the Platform Installer.
I am using Debian 11.
I installed Opam with the distribution's package, then tried using the Platform Installer.
After successfu…
-
For example, [`fst`](https://doc.sherlocode.com/?q=fst) has
> val [Stdlib.fst](https://v2.ocaml.org/releases/5.1/api/.html#VALfst) : ('a * 'b) -> 'a
on the top of search result list, but the lin…
-
Generated from voodoo using odoc 2.2.0
```
odoc: internal error, uncaught exception:
Cmi_format.Error(_)
Raised at Cmi_format.read_cmi in file "file_formats/cmi_format.ml", line 82, ch…
-
As I understand the current installation instructions, codoc will only work with a new compiler switch and will only work with packages installed after codoc is installed. Is this correct?
So if I…
-
We recently added support for mli files in MDX which means that now you write ocaml toplevel blocks in your doc comments and have MDX verify that for you.
This means code blocks in doc comments may…
-
**Describe the bug**
Empty comment block `(**)` is recognized as documentation comment and triggers a warning:
```
58 | (**)
^^^^
Warning 50 [unexpected-docstring]: unattached docume…
-
When `odoc` includes a codeblock (i.e., when the source includes a `{[`-`]}` pair), the comments in that block are rendered as a light shade of grey on a white background.
![2021-11-04-08-16-00-scr…
-
At first I created an dsheets/codoc#95 issue in `codoc` repository, but it looks like that this repository is more suitable. On the link phase I've got a `Lazy.Undefined` exception. Not sure if it hel…