Clojure namespace - test when there are differences between platforms.
Clojure namespace - test when there are differences between platforms.
ClojureScript namespace - test when there are differences between platforms.
ClojureScript namespace - test when there are differences between platforms.
(args-differ clj)
(args-differ cljs)
Docstrings same, but arglists differ
Docstrings same, but arglists differ
(args-differ-bigger x y)
(args-differ-bigger a b c)
(args-differ-bigger z)
(args-differ-bigger x y)
(args-differ-bigger a b c)
Docstring same, but arglists differ
And... with more text. Just to see how that will render.
Docstring same, but arglists differ And... with more text. Just to see how that will render.
(clj-only a)
This fn appears only in Clojure
This fn appears only in Clojure
(cljs-only a)
This fn appears only in ClojureScript
This fn appears only in ClojureScript
(docs-and-args-differ clj)
Clojure specific docstring here, args differ too
Clojure specific docstring here, args differ too
(docs-and-args-differ cljs)
ClojureScript specific docstring here, args differ too
ClojureScript specific docstring here, args differ too
(docs-and-args-differ-bigger x y)
(docs-and-args-differ-bigger a b c)
Clojure specific docstring here, args differ too
With additional text to see how that renders.
Clojure specific docstring here, args differ too With additional text to see how that renders.
(docs-and-args-differ-bigger z)
(docs-and-args-differ-bigger x y)
(docs-and-args-differ-bigger a b c)
ClojureScript specific docstring here, args differ too
With additional text to see how that renders.
ClojureScript specific docstring here, args differ too With additional text to see how that renders.
(docs-clj-only a)
Here we have docs for Clojure
But none for ClojureScript
Here we have docs for Clojure But none for ClojureScript
(docs-cljs-only a)
Here we have docs for ClojureScript
But none for Clojure
Here we have docs for ClojureScript But none for Clojure
(docs-differ same)
Clojure specific docstring here
Clojure specific docstring here
ClojureScript specific docstring here
ClojureScript specific docstring here
Protocol with matching everything
Protocol with matching everything
(proto1-same1 a b)
docstring for proto1-same1
docstring for proto1-same1
(proto1-same2 a)
(proto1-same2 a b)
(proto1-same2 a b c)
docstring for proto1-same2
docstring for proto1-same2
Protocol with Clojure specific docstring
Protocol with Clojure specific docstring
Protocol with ClojureScript specific docstring
Protocol with ClojureScript specific docstring
(proto3-args-differ a b)
(proto3-args-differ a b c)
dosctrings same, arglists differ for proto3-args-differ
dosctrings same, arglists differ for proto3-args-differ
(proto3-cljs-only a b)
docstring for proto3-cljs-only
docstring for proto3-cljs-only
(proto3-docs-and-args-differ a)
(proto3-docs-and-args-differ a b)
a clojure specific
docstring here
a clojure specific docstring here
(proto3-docs-and-args-differ a)
(proto3-docs-and-args-differ a b)
(proto3-docs-and-args-differ a b cljs)
a clojurescript specific
docstring here
a clojurescript specific docstring here
(proto3-docstrings-differ a b)
clojure specific docstring for proto3-docstrings-differ
clojure specific docstring for proto3-docstrings-differ
clojurescript specific docstring for proto3-docstrings-differ
clojurescript specific docstring for proto3-docstrings-differ
(proto3-same a)
(proto3-same a b)
(proto3-same a b c)
docstring for proto3-same
docstring for proto3-same
(proto3-clj-only a b)
docstring for proto3-clj-only
docstring for proto3-clj-only
Protocol with Clojure specific docstring
Protocol with Clojure specific docstring
Protocol with ClojureScript specific docstring
Protocol with ClojureScript specific docstring
(proto2-same1 a b)
docstring for proto2-same1
docstring for proto2-same1
(proto2-same2 a)
(proto2-same2 a b)
(proto2-same2 a b c)
docstring for proto2-same2
docstring for proto2-same2
(same same)
Docstring matches for all platforms, but links to sources should be different
Docstring matches for all platforms, but links to sources should be different
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close