Skip to content

Commit

Permalink
Fix layout on montior-enter / exit docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed Jul 15, 2015
1 parent 6eeaafb commit db074dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/clj/clojuredocs/search/static.clj
Expand Up @@ -109,10 +109,12 @@ or local bindings. Only Java fields, Vars, Refs and Agents are mutable in
Clojure. See http://clojure.org/special_forms for more information."}
{:name 'monitor-enter
:ns "clojure.core"
:doc "A synchronization primitive that should be avoided in user code. Use the locking macro. See http://clojure.org/special_forms for more information."}
:doc "A synchronization primitive that should be avoided in user code. Use the
locking macro. See http://clojure.org/special_forms for more information."}
{:name 'monitor-exit
:ns "clojure.core"
:doc "A synchronization primitive that should be avoided in user code. Use the locking macro. See http://clojure.org/special_forms for more information."}]
:doc "A synchronization primitive that should be avoided in user code. Use the
locking macro. See http://clojure.org/special_forms for more information."}]
(map #(assoc % :type "special-form"))))

(def concept-pages
Expand Down

0 comments on commit db074dd

Please sign in to comment.