cljsinfo / cljs.info

ClojureScript website
http://cljs.info
MIT License
96 stars 9 forks source link

doc-generator: get implicitly included macros #31

Closed shaunlebron closed 9 years ago

shaunlebron commented 9 years ago

cljs excludes some macros from clojure.core here, but some may be implicitly included. For example, defmacro is missing, so it is implicitly included.