this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix odoc documentation warnings across day10, js_top_worker, and extensions

Escape curly braces and fix odoc reference syntax to eliminate warnings
with (warnings fatal):
- Replace {dir}, {pkg}, {hash} etc with [dir], [<pkg>], [<hash>] or
{[ code blocks ]} as appropriate
- Fix {!Stdlib.Out_channel.with_open_gen} -> [Out_channel.with_open_gen]
in sherlodoc type_polarity.mli
- Fix @scrolly.<theme> -> [@scrolly.<theme>] in scrollycode extension
- Fix JSON format in findlibish.ml doc comment

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+1 -1
+1 -1
lib/findlibish.ml
··· 128 128 (** Parse a findlib_index file (JSON or legacy text format) and return 129 129 the list of META file paths and universe paths. 130 130 131 - JSON format: {"meta_files": ["path/to/META", ...], "universes": ["universe1", ...]} 131 + JSON format: [{"meta_files": [...], "universes": [...]}] 132 132 133 133 meta_files: direct paths to META files 134 134 universes: paths to other universes (directories containing findlib_index) *)