Liking cljdoc? Tell your friends :D
Clojure only.

hydrox.analyse.source


analyse-source-fileclj

(analyse-source-file file opts)

analyses a source file for namespace and function definitions (analyse-source-file "example/src/example/core.clj" {}) => '{example.core {foo {:source "(defn foo\n [x]\n (println x "Hello, World!"))"}}}

analyses a source file for namespace and function definitions
(analyse-source-file "example/src/example/core.clj" {})
=> '{example.core
     {foo
      {:source "(defn foo\n  [x]\n  (println x \"Hello, World!\"))"}}}
sourceraw docstring

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

× close