Module clique_spec

Functions related to specifications of key-value arguments and flags.

Description

Functions related to specifications of key-value arguments and flags.

Function Index

datatype/1
key/1
make/1Creates a spec from a list of options.
name/1
shortname/1
typecast/1
validator/1

Function Details

datatype/1

datatype(Clique_spec) -> any()

key/1

key(Clique_spec) -> any()

make/1

make(X1) -> any()

Creates a spec from a list of options.

name/1

name(Clique_spec) -> any()

shortname/1

shortname(Clique_spec) -> any()

typecast/1

typecast(Clique_spec) -> any()

validator/1

validator(Clique_spec) -> any()


Generated by EDoc