My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

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

Fix docs

+5 -4
+1 -1
day11/doc/universe.mli
··· 23 23 (** [write_package_refs ~pkg_html_dir ~universe_hashes] writes 24 24 [universes.json] into the package's HTML directory listing which 25 25 universes it references. Moves atomically with the package docs 26 - during {!Atomic_publish}. *) 26 + during publication (see {!Day11_exec.Atomic_swap}). *) 27 27 28 28 val collect_referenced : 29 29 html_dir:Fpath.t -> string list
+1 -1
day11/opam_build/build_layer.mli
··· 74 74 sidecars ([build.json] for opam package builds, [doc.json] for 75 75 odoc layers). NOT called on cache hits. 76 76 77 - Default strategy is {!opam_build_strategy}. *) 77 + The default strategy runs [opam-build] on the package. *)
+2 -1
day11/opam_layer/build_meta.mli
··· 3 3 Lives next to {!Day11_layer.Meta} as [build.json] in the 4 4 layer directory. The presence of this file marks a layer as the 5 5 output of an opam package build (as opposed to e.g. a doc layer, 6 - see {!Doc_meta}, or a future layer kind that doesn't yet exist). 6 + see {!Day11_doc.Doc_meta}, or a future layer kind that doesn't 7 + yet exist). 7 8 8 9 The opam-specific information is kept here so that 9 10 {!Day11_layer.Meta} can stay generic and reusable across
+1 -1
odoc/doc/index.mld
··· 1 - @children_order odoc_for_authors cheatsheet dune features extensions ocamldoc_differences interface driver json deprecated/ main_index odoc.document/ odoc.examples/ odoc.extension_api/ odoc.extension_registry/ odoc.html/ odoc.html_support_files/ odoc.index/ odoc.json_index/ odoc.latex/ odoc.loader/ odoc.manpage/ odoc.markdown/ odoc.model/ odoc.model_desc/ odoc.ocamlary/ odoc.occurrences/ odoc.odoc/ odoc.odoc_utils/ odoc.search/ odoc.search_html_frontend/ odoc.syntax_highlighter/ odoc.xref2/ odoc.xref_test/ src/ 1 + @children_order odoc_for_authors cheatsheet dune features extensions ocamldoc_differences interface driver json deprecated/ main_index odoc.document/ odoc.examples/ odoc.extension_api/ odoc.extension_registry/ odoc.html/ odoc.html_support_files/ odoc.index/ odoc.json_index/ odoc.latex/ odoc.loader/ odoc.manpage/ odoc.markdown/ odoc.model/ odoc.model_desc/ odoc.ocamlary/ odoc.occurrences/ odoc.odoc/ odoc.odoc_utils/ odoc.ref_index/ odoc.search/ odoc.search_html_frontend/ odoc.syntax_highlighter/ odoc.xref2/ odoc.xref_test/ src/ 2 2 @short_title The odoc documentation generator 3 3 4 4 {0 The [odoc] documentation generator}