Skip to content

Commit

Permalink
Driver: clarify comment on assets in dune style
Browse files Browse the repository at this point in the history
  • Loading branch information
panglesd committed Aug 21, 2024
1 parent c185847 commit 65be5a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/driver/dune_style.ml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ let of_dune_build dir =
version = "1.0";
libraries = [ lib ];
mlds = [];
assets = [] (* TODO *);
assets =
[]
(* When dune has a notion of doc assets, do something *);
pkg_dir;
other_docs = Fpath.Set.empty;
} )
Expand Down

0 comments on commit 65be5a3

Please sign in to comment.