(namespace-aliases)(namespace-aliases ignore-errors?)(namespace-aliases ignore-errors? dirs)(namespace-aliases ignore-errors? dirs include-tentative-aliases?)Returns a map of file type to a map of aliases to namespaces
{:clj {util [com.acme.util] str [clojure.string] :cljs {gstr [goog.str]}}}
Returns a map of file type to a map of aliases to namespaces
{:clj {util [com.acme.util]
       str  [clojure.string]
 :cljs {gstr [goog.str]}}}(referred-syms-by-file&fullname)(referred-syms-by-file&fullname ignore-errors?)Return a map of filename to a map of sym fullname to sym the sym itself.
Example: {:clj {"/home/someuser/projects/some.clj" ["example.com/foobar" foobar]} :cljs}
Return a map of filename to a map of sym fullname to sym
the sym itself.
Example:
{:clj  {"/home/someuser/projects/some.clj" ["example.com/foobar" foobar]}
 :cljs}cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |