Docstring

This commit is contained in:
Michael Klishin 2013-11-30 23:41:55 +04:00
parent cbf198c8bd
commit 5c82651bde

View file

@ -7,9 +7,9 @@
;; the terms of this license. ;; the terms of this license.
;; You must not remove this notice, or any other, from this software. ;; You must not remove this notice, or any other, from this software.
(ns ^{:doc "Provides clojure.data.json/Write-JSON protocol extension for MongoDB-specific types, such as (ns monger.json
org.bson.types.ObjectId"} "Provides clojure.data.json/Write-JSON protocol extension for MongoDB-specific types, such as
monger.json org.bson.types.ObjectId"
(:import org.bson.types.ObjectId)) (:import org.bson.types.ObjectId))
;; ;;