Liquidsoap_lang_data.DocDocumentation of builtins, operators and plug-in registries.
Documentation for everything the language exposes to scripts: builtins and operators (Value), plug-in registries (Plug), and the parsing of the ##-style doc comments that feed them.
This is what liquidsoap -h, the website reference and the emacs completions are generated from.
module Value : sig ... endDocumentation of a builtin or an operator.
module Plug : sig ... endDocumentation of a plug-in registry, e.g. protocols or decoders.
val parse_doc : pos:Liquidsoap_lang_prelude.Pos.t -> string -> Value.t optionParse a ## documentation comment. Returns None when the comment carries no documentation.