suppress docs for generated functions

This commit is contained in:
Nathan Marz 2016-09-06 19:34:37 -04:00
parent bafab264f5
commit c39b41fea1

View file

@ -32,7 +32,7 @@
~@t-body))))) ~@t-body)))))
(defn- helper-name [name method-name] (defn- helper-name [name method-name]
(symbol (str name "-" method-name))) (with-meta (symbol (str name "-" method-name)) {:no-doc true}))
(defmacro defnav [name params & impls] (defmacro defnav [name params & impls]
;; remove the "this" param for the helper ;; remove the "this" param for the helper