procedure: doc-bindings libraries [pair] ->
(list ...) -> ((symbol:name . list:library-name) ...)
get a list of all bindings and the library name they belong to for all specified library names
procedure: docstring-split-signature a line-prefix c ->
string string procedure:{string:type-signatures string:rest-of-docstring} -> any
if a string starts with a type-signature, split string at the end of it
procedure: lines->docstring a indent-string ->
list (string ...) -> string
procedure: module-description name ->
(symbol ...) -> false/string
get the module description from an exported variable with a specific name:
(a b c) -> a-b-c-description
variable: sph-documentation-description