From 0c6b2616e8ee669bd04acdfa3c584a791dc96c85 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Sat, 18 Sep 2021 16:48:23 -0500 Subject: [PATCH] Finish docstring for reify-libspec --- src/coffi/ffi.clj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/coffi/ffi.clj b/src/coffi/ffi.clj index 75d2fed..6629c9b 100644 --- a/src/coffi/ffi.clj +++ b/src/coffi/ffi.clj @@ -729,7 +729,10 @@ (s/map-of keyword? ::symbolspec)) (defn reify-libspec - "Converts" + "Loads all the symbols specified in the `libspec`. + + The value of each key of the passed map is transformed as + by [[reify-symbolspec]]." [libspec] (reduce-kv (fn [m k v]