Skip to content

Commit 65be5a3

Browse files
committed
Driver: clarify comment on assets in dune style
1 parent c185847 commit 65be5a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/driver/dune_style.ml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ let of_dune_build dir =
5353
version = "1.0";
5454
libraries = [ lib ];
5555
mlds = [];
56-
assets = [] (* TODO *);
56+
assets =
57+
[]
58+
(* When dune has a notion of doc assets, do something *);
5759
pkg_dir;
5860
other_docs = Fpath.Set.empty;
5961
} )

0 commit comments

Comments
 (0)