Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation generation is broken #72

Closed
psafont opened this issue Nov 24, 2023 · 0 comments
Closed

Documentation generation is broken #72

psafont opened this issue Nov 24, 2023 · 0 comments

Comments

@psafont
Copy link
Collaborator

psafont commented Nov 24, 2023

See output:

$ make doc
dune build @doc
File "lib/mustache.mli", line 79, character 4 to line 80, character 65:
Warning: '{| try ignore (Mustache.of_string "{{!") with Mustache.Parse_error err ->
    Format.eprintf "%a@." Mustache.pp_template_parse_error err |}': bad markup.
Suggestion: did you mean '{!| try ignore (Mustache.of_string "{{!") with Mustache.Parse_error err ->
    Format.eprintf "%a@." Mustache.pp_template_parse_error err |}' or '[| try ignore (Mustache.of_string "{{!") with Mustache.Parse_error err ->
    Format.eprintf "%a@." Mustache.pp_template_parse_error err |]'?

The delimiters for the ocaml code here are not expected by odoc-parser, {[ and ]} should be used instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant