Paul-Elliot Anglès d'Auriac
Paul-Elliot Anglès d'Auriac
- [x] I am using the latest [version](https://github.com/niklasvh/html2canvas/releases) - [x] I am testing using the non-minified version of html2canvas and checked any potential issues reported in the console ### Bug...
The platform tool guide on [how to write documentation](https://ocaml.org/docs/generating-documentation) is minimal. I think it would benefit from some examples, explanation on what is a docstring and how it is attached...
This adds a cheatsheet to the odoc manual. Have a look at the rendered page [here](https://choum.net/panglesd/odoc_cheatsheet/cheatsheet.html). The cheatsheet is rendered by odoc, which is not really focused on rendering cheatsheets,...
Fix #941 and #779.
A break from the 3.0 design! Fixes #907 by allowing references to polymorphic variants when the type is given in the reference and the type's manifest is a polymorphic variant....
Standalone documentation comments currently do not have an id. In search results, the goal was to give them the id of the signature they are in. However, there was a...
This PR is a revival of @dbuenzli's original PR on odoc-parser. Since the parser has been moved to the odoc repo, I think we should continue the discussion here. As...
Suppose you have the following file: ```ocaml (* test.ml *) module X = Stdlib module Y = X module Z = struct let x = 1 end module T =...
This PR adds a new marshalled output for the generation of index files. This is desirable for several reasons: - It allows to combine several pre-built indexes, making the index...
This is a PR to address Issue #669. It adds an icon after external links. The icon is taken from here: https://fontawesome.com/v6.0/icons/up-right-from-square (it's the only "external link" icon that is...