mirage / ocaml-github

GitHub APIv3 OCaml bindings
ISC License
100 stars 61 forks source link

Cross-references in code #220

Open dra27 opened 5 years ago

dra27 commented 5 years ago

Various places in doc comments where a cross-reference is embedded in code (e.g. Monad.(>>=)). It's a little ugly, but the cross-reference has to be hoisted out of the code block (cf. Monad.map).