Skip to content

Commit

Permalink
Omit internal namespace from cljdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Aug 13, 2022
1 parent 3c1d1cc commit fc2d55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/org/ajoberstar/cljj/internal/invoke.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns org.ajoberstar.cljj.internal.invoke
(ns ^:no-doc org.ajoberstar.cljj.internal.invoke
"Wrapper API for the java.lang.invoke API. Primarily this was limited
to the methods functions needed to support ike.cljj.function."
(:import (java.lang.invoke MethodType MethodHandles MethodHandleProxies MethodHandles$Lookup MethodHandle)
Expand Down

0 comments on commit fc2d55e

Please sign in to comment.