def form fix

This commit is contained in:
fogus 2012-03-06 13:35:46 -05:00
parent bea17308e6
commit faf31e5696

View file

@ -33,7 +33,7 @@ Marginalia will now discover and parse ClojureScript files.
Clojure 1.3 allows docstrings in `def` forms that look like: Clojure 1.3 allows docstrings in `def` forms that look like:
(def a-var value "The docstring") (def a-var "The docstring" value)
Marginalia will recognize this pattern and generate the associate documentation. Marginalia will recognize this pattern and generate the associate documentation.