Skip to content

Improve doc generation and update ocamlformat - #916

Open
dannywillems wants to merge 3 commits into
masterfrom
dw/doc-generation
Open

Improve doc generation and update ocamlformat#916
dannywillems wants to merge 3 commits into
masterfrom
dw/doc-generation

Conversation

@dannywillems

Copy link
Copy Markdown
Contributor

No description provided.

Replace deprecated and unresolvable odoc cross-references with plain
code formatting to eliminate all documentation build warnings.

Changes:
- request.mli: replace {!recfield:...} and {!const:...} with plain code
- snark0.mli: replace unresolvable cross-references with plain code
- snark_intf.ml: replace {!val:Field.*}, {!type:Field.*}, {!module:...}
  and other unresolvable references with plain code formatting
Update ocamlformat version in both the configuration file and CI
workflow.
Apply new formatting rules from ocamlformat 0.28.1, primarily affecting
functor argument formatting and spacing around parentheses.
- name: Format
run: |
eval $(opam env)
opam install ocamlformat.0.20.1 # match mina's version

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to have odoc>=3.0.0

@dannywillems dannywillems changed the title Improve doc geneartion and update ocamlformat Improve doc generation and update ocamlformat Jan 21, 2026
@dannywillems
dannywillems requested a review from martyall January 21, 2026 21:01
@dannywillems dannywillems moved this to In Review in Rust node Jan 21, 2026
@dannywillems dannywillems self-assigned this Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Status: In Review

Development

Successfully merging this pull request may close these issues.

2 participants