Skip to content

Instantly share code, notes, and snippets.

;;updated example from the old clojure 1.0
;;https://gist.github.com/na-ka-na/415269
(ns documentation
(:require [clojure.java.io :as io]
[clojure.java.shell :as shell]
[clojure [string :as s]]))
(def +sep+ (System/getProperty "file.separator"))
(defn- convert-fn-meta-into-javadoc