suppress docs for generated functions
This commit is contained in:
parent
bafab264f5
commit
c39b41fea1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue