Liking cljdoc? Tell your friends :D
Clojure only.

cider.inlined-deps.orchard.v0v3v3.orchard.eldoc

Some helper functions to support eldoc-like functionality in editors.

Some helper functions to support eldoc-like functionality
in editors.
raw docstring

datomic-queryclj

(datomic-query ns symbol)

Generate an eldoc string for a datomic query.

Generate an eldoc string for a datomic query.
sourceraw docstring

eldocclj

(eldoc info)

Generate an eldoc from info.

The result is a map featuring:

  • :ns or :class - depending on whether we're dealing with Clojure or Java symbol
  • :name or :member - depending on whether we're dealing with Clojure or Java symbol
  • :eldoc - a list of type signatures suitable to be displayed by Emacs's eldoc
  • :type - the type of the symbol (e.g. function, variable, special-form)
  • :docstring

See cider.inlined-deps.orchard.v0v3v3.orchard.info/info for the structure of the info.

Generate an eldoc from `info`.

The result is a map featuring:

* :ns or :class - depending on whether we're dealing with Clojure or Java symbol
* :name or :member - depending on whether we're dealing with Clojure or Java symbol
* :eldoc - a list of type signatures suitable to be displayed by Emacs's eldoc
* :type - the type of the symbol (e.g. function, variable, special-form)
* :docstring

See `cider.inlined-deps.orchard.v0v3v3.orchard.info/info` for the structure of the `info`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close