Simple OCaml documentation tool
  • OCaml 94.2%
  • CSS 3.6%
  • Standard ML 1.5%
  • Makefile 0.7%
Find a file
2018-03-25 17:45:29 +02:00
.gitignore Initial commit 2018-03-25 16:38:39 +02:00
anaphore.ml Initial commit 2018-03-25 16:38:39 +02:00
annot.ml Initial commit 2018-03-25 16:38:39 +02:00
annot.mli Initial commit 2018-03-25 16:38:39 +02:00
Makefile Initial commit 2018-03-25 16:38:39 +02:00
README.md Add README.md with a screenshot 2018-03-25 17:45:29 +02:00
style.css Highlight selected identifiers (on click) 2018-03-25 16:47:31 +02:00
x.annot Initial commit 2018-03-25 16:38:39 +02:00
x.ml Initial commit 2018-03-25 16:38:39 +02:00
x.png Add README.md with a screenshot 2018-03-25 17:45:29 +02:00

Anaphore

This tool highlights identifiers by (clumsily) parsing .annot files, adding links to their definition in the same file or the language reference.

Demo