= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
ON THIS PAGE
package doc-ock
-
doc-ock
-
doc-ock.ocamlary
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Elements
val find_method_element : string -> 'a t -> 'a Element.class_signature_method
val find_instance_variable_element :
string ->
'a t ->
'a Element.class_signature_instance_variable
val find_label_element : string -> 'a t -> 'a Element.class_signature_label
val find_element : string -> 'a t -> 'a Element.class_signature
Constructors
val empty : 'a signature
val add_element :
string ->
'a Element.class_signature ->
'a signature ->
'a signature
val add_documentation :
'a DocOckTypes.Documentation.t ->
'a signature ->
'a signature
val add_comment :
'a DocOckTypes.Documentation.comment ->
'a signature ->
'a signature
val constr :
('a DocOckPaths.Path.class_type -> 'a t) ->
'a DocOckPaths.Path.class_type ->
'a t
val unresolved : 'a t
ON THIS PAGE