-
Thanks for all your work on maintaining and improving ocaml.org, it's amazing! ❤️
We are planning to link to the `melange` package page [in ocaml.org](https://ocaml.org/p/melange/latest) from the …
-
ppx_js_style is the Jane Street style checking ppx. One of the things it checks is that documentation comments have valid syntax using the documentation comment parser from the old version of odoc (oc…
lpw25 updated
2 years ago
-
Finally we have bootstrapped this, it's definitely better to have an odoc-based documentation site if we rewrite this to OCaml in the future, but for now this is still F#. So I think we need an Ocsige…
-
Hello,
Just quickly asking how to disable the main title from the editor. I couldn't find any way how to get rid of it if that doesn't throw an error and crash the component.
-
In this example, the comment containing the reference and the target of the reference are "removed" from the documentation with stop comments:
```ocaml
(** . *)
(**/**)
val x : int
(** {!…
Julow updated
4 months ago
-
Would it be possible for odig to generate pdf? I understand that odoc has the functionality to generate LaTeX.
-
e.g. [@param] tags on instance variables are rendered. See https://ocaml.org/releases/4.12/htmlman/ocamldoc.html#ss:ocamldoc-syntax for a more detailed description of the expected behaviour.
-
Howdy! The following lines seem to be in the Makefile, and they prevent a build on a machine without camlp4 installed.
```
gtkdoc.cmo : gtkdoc.ml
$(CAMLC) -I +ocamldoc -pp "$(CAMLP4O) pa_…
-
Error
```
#=== ERROR while compiling doc-ock.1.2.0 ======================================#
# context 2.1.0 | linux/x86_64 | ocaml-base-compiler.4.06.1 | file:///home/opam/opam-reposito…
-
I'm creating a graph of people and and their accounts. I have Contact and Company as vertices and an Edge(named Account) from the company to Contact. Contacts have links to more than one Companies. I'…
sitty updated
8 years ago