Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/dune_rules/alias0.ml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ let lint = standard "lint"
let private_doc = standard "doc-private"
let doc = standard "doc"
let doc_json = standard "doc-json"
let doc_markdown = standard "doc-markdown"
let doc_new = standard "doc-new"
let check = standard "check"
let install = standard "install"
Expand Down
1 change: 1 addition & 0 deletions src/dune_rules/alias0.mli
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module Name := Dune_engine.Alias.Name
val fmt : Name.t
val doc : Name.t
val doc_json : Name.t
val doc_markdown : Name.t
val lint : Name.t
val private_doc : Name.t
val doc_new : Name.t
Expand Down
Loading
Loading