Skip to content

Commit

Permalink
Driver: Make pkg_args opaque and use maps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonludlam committed Dec 13, 2024
1 parent 4151030 commit 407f400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/driver/landing_pages.ml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ let make_index ~dirs ?pkg ~rel_dir ?index ~content () =
Util.with_out_to input_file (fun oc ->
fpf (Format.formatter_of_out_channel oc) "%t@?" content)
|> Result.get_ok;
let pkg_args = Pkg_args.v ~pages ~libs ~odoc_dir ~odocl_dir in
{
output_dir = dirs.odoc_dir;
pkgname = None;
Expand Down

0 comments on commit 407f400

Please sign in to comment.