-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Driver: Rename odoc_unit types and fiddle with Landing_pages
- Loading branch information
Showing
8 changed files
with
75 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
type u = unit | ||
|
||
open Odoc_unit | ||
|
||
val make_index : | ||
dirs:dirs -> | ||
rel_dir:Fpath.t -> | ||
?libs:(Packages.t * Packages.libty) list -> | ||
?pkgs:Packages.t list -> | ||
?index:index -> | ||
libs:(Packages.t * Packages.libty) list -> | ||
pkgs:Packages.t list -> | ||
index:index option -> | ||
enable_warnings:bool -> | ||
content:(Format.formatter -> u) -> | ||
u -> | ||
[> `Mld ] Odoc_unit.unit | ||
content:(Format.formatter -> unit) -> | ||
mld Odoc_unit.t | ||
|
||
val library : | ||
dirs:dirs -> pkg:Packages.t -> index:index -> Packages.libty -> mld unit | ||
dirs:dirs -> pkg:Packages.t -> index:index -> Packages.libty -> mld t | ||
|
||
val package : dirs:dirs -> pkg:Packages.t -> index:index -> mld unit | ||
val package : dirs:dirs -> pkg:Packages.t -> index:index -> mld t | ||
|
||
val src : dirs:dirs -> pkg:Packages.t -> index:index -> mld unit | ||
val src : dirs:dirs -> pkg:Packages.t -> index:index -> mld t | ||
|
||
val package_list : dirs:dirs -> remap:bool -> Packages.t list -> mld unit | ||
val package_list : dirs:dirs -> remap:bool -> Packages.t list -> mld t | ||
|
||
val make_custom : | ||
dirs -> (Packages.t -> Odoc_unit.index) -> Packages.t -> mld unit list | ||
dirs -> (Packages.t -> Odoc_unit.index) -> Packages.t -> mld t list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.