= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package odoc
-
odoc.compat
-
odoc.loader
-
odoc.model
-
-
odoc.parser
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Produces .html files from a .odoc file.
val from_odoc :
env:Env.builder ->
?syntax:Odoc_html.Tree.syntax ->
?theme_uri:Odoc_html.Tree.uri ->
output:Fs.Directory.t ->
Fs.File.t ->
(unit, [> Or_error.msg ]) Or_error.result
val from_mld :
env:Env.builder ->
?syntax:Odoc_html.Tree.syntax ->
package:Odoc_model.Root.Package.t ->
output:Fs.Directory.t ->
warn_error:bool ->
Fs.File.t ->
(unit, [> Or_error.msg ]) Or_error.result