package odoc
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml Documentation Generator
Install
dune-project
Dependency
Authors
Maintainers
Sources
odoc-3.2.1.tbz
sha256=d45eb125514839fd9ac27702bb4938d1b4f3b6978e9b16ab9673ea067245affc
sha512=3555386b4770a7caa8ec903683bde5ecdc41d5e57ffaee617d5da225c747bbd1e9c1d2677f4df97e96bbdfc69f580ea83b1b92b933ea40a436a658788b677bbc
doc/odoc.model/Odoc_model/Paths/Identifier/Mk/index.html
Module Identifier.MkSource
Source
val page :
(ContainerPage.t option * Names.PageName.t) ->
[> `Page of ContainerPage.t option * Names.PageName.t ] idSource
val leaf_page :
(ContainerPage.t option * Names.PageName.t) ->
[> `LeafPage of ContainerPage.t option * Names.PageName.t ] idSource
val root :
(ContainerPage.t option * Names.ModuleName.t) ->
[> `Root of ContainerPage.t option * Names.ModuleName.t ] idSource
val module_ :
(Signature.t * Names.ModuleName.t) ->
[> `Module of Signature.t * Names.ModuleName.t ] idSource
val parameter :
(Signature.t * Names.ModuleName.t) ->
[> `Parameter of Signature.t * Names.ModuleName.t ] idSource
val module_type :
(Signature.t * Names.ModuleTypeName.t) ->
[> `ModuleType of Signature.t * Names.ModuleTypeName.t ] idSource
val class_ :
(Signature.t * Names.TypeName.t) ->
[> `Class of Signature.t * Names.TypeName.t ] idSource
val class_type :
(Signature.t * Names.TypeName.t) ->
[> `ClassType of Signature.t * Names.TypeName.t ] idSource
val type_ :
(Signature.t * Names.TypeName.t) ->
[> `Type of Signature.t * Names.TypeName.t ] idSource
val constructor :
(DataType.t * Names.ConstructorName.t) ->
[> `Constructor of DataType.t * Names.ConstructorName.t ] idSource
val field :
(FieldParent.t * Names.FieldName.t) ->
[> `Field of FieldParent.t * Names.FieldName.t ] idSource
val unboxed_field :
(UnboxedFieldParent.t * Names.UnboxedFieldName.t) ->
[> `UnboxedField of UnboxedFieldParent.t * Names.UnboxedFieldName.t ] idSource
val extension :
(Signature.t * Names.ExtensionName.t) ->
[> `Extension of Signature.t * Names.ExtensionName.t ] idSource
val extension_decl :
(Signature.t * (Names.ExtensionName.t * Names.ExtensionName.t)) ->
[> `ExtensionDecl of
Signature.t * Names.ExtensionName.t * Names.ExtensionName.t ]
idextension_decl (sg, e1, eN) defines an extension declaration where sg is the parent, e1 is the first constructor of the extension, and eN is the constructor the Id is created for. e1 will be used for the url, and eN will be the one displayed. The first constructor of the extension will always be used to reference the extension point.
Source
val exception_ :
(Signature.t * Names.ExceptionName.t) ->
[> `Exception of Signature.t * Names.ExceptionName.t ] idSource
val value :
(Signature.t * Names.ValueName.t) ->
[> `Value of Signature.t * Names.ValueName.t ] idSource
val method_ :
(ClassSignature.t * Names.MethodName.t) ->
[> `Method of ClassSignature.t * Names.MethodName.t ] idSource
val instance_variable :
(ClassSignature.t * Names.InstanceVariableName.t) ->
[> `InstanceVariable of ClassSignature.t * Names.InstanceVariableName.t ] idSource
val label :
(LabelParent.t * Names.LabelName.t) ->
[> `Label of LabelParent.t * Names.LabelName.t ] idSource
val source_location :
(SourcePage.t * Names.DefName.t) ->
[> `SourceLocation of SourcePage.t * Names.DefName.t ] idSource
val source_location_int :
(SourcePage.t * Names.LocalName.t) ->
[> `SourceLocationInternal of SourcePage.t * Names.LocalName.t ] id sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>