Liking cljdoc? Tell your friends :D

cljdoc-exerciser.platform

clj

Clojure namespace - test when there are differences between platforms.

Clojure namespace - test when there are differences between platforms.
cljs

ClojureScript namespace - test when there are differences between platforms.

ClojureScript namespace - test when there are differences between platforms.
raw docstring

args-differclj/s≠

clj
(args-differ clj)
cljs
(args-differ cljs)

Docstrings same, but arglists differ

Docstrings same, but arglists differ
source (clj)source (cljs)raw docstring

args-differ-biggerclj/s≠

clj
(args-differ-bigger x y)
(args-differ-bigger a b c)
cljs
(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.
source (clj)source (cljs)raw docstring

clj-onlyclj

(clj-only a)

This fn appears only in Clojure

This fn appears only in Clojure
sourceraw docstring

cljs-onlycljs

(cljs-only a)

This fn appears only in ClojureScript

This fn appears only in ClojureScript
sourceraw docstring

docs-and-args-differclj/s≠

clj
(docs-and-args-differ clj)

Clojure specific docstring here, args differ too

Clojure specific docstring here, args differ too
cljs
(docs-and-args-differ cljs)

ClojureScript specific docstring here, args differ too

ClojureScript specific docstring here, args differ too
source (clj)source (cljs)raw docstring

docs-and-args-differ-biggerclj/s≠

clj
(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.
cljs
(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.
source (clj)source (cljs)raw docstring

docs-clj-onlyclj/s≠

(docs-clj-only a)
clj

Here we have docs for Clojure

But none for ClojureScript

Here we have docs for Clojure

But none for ClojureScript
source (clj)source (cljs)raw docstring

docs-cljs-onlyclj/s≠

(docs-cljs-only a)
cljs

Here we have docs for ClojureScript

But none for Clojure

Here we have docs for ClojureScript

But none for Clojure
source (clj)source (cljs)raw docstring

docs-differclj/s≠

(docs-differ same)
clj

Clojure specific docstring here

Clojure specific docstring here
cljs

ClojureScript specific docstring here

ClojureScript specific docstring here
source (clj)source (cljs)raw docstring

ProtoAllSameclj/sprotocol

Protocol with matching everything

Protocol with matching everything

proto1-same1clj/s

(proto1-same1 a b)

docstring for proto1-same1

docstring for proto1-same1

proto1-same2clj/s

(proto1-same2 a)
(proto1-same2 a b)
(proto1-same2 a b c)

docstring for proto1-same2

docstring for proto1-same2
source (clj)source (cljs)raw docstring

ProtoDocsAndMembersDifferclj/s≠protocol

clj

Protocol with Clojure specific docstring

Protocol with Clojure specific docstring
cljs

Protocol with ClojureScript specific docstring

Protocol with ClojureScript specific docstring

proto3-args-differclj/s≠

clj
(proto3-args-differ a b)
cljs
(proto3-args-differ a b c)

dosctrings same, arglists differ for proto3-args-differ

dosctrings same, arglists differ for proto3-args-differ

proto3-cljs-onlycljs

(proto3-cljs-only a b)

docstring for proto3-cljs-only

docstring for proto3-cljs-only

proto3-docs-and-args-differclj/s≠

clj
(proto3-docs-and-args-differ a)
(proto3-docs-and-args-differ a b)

a clojure specific

docstring here

a clojure specific

docstring here
cljs
(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-differclj/s≠

(proto3-docstrings-differ a b)
clj

clojure specific docstring for proto3-docstrings-differ

clojure specific docstring for proto3-docstrings-differ
cljs

clojurescript specific docstring for proto3-docstrings-differ

clojurescript specific docstring for proto3-docstrings-differ

proto3-sameclj/s

(proto3-same a)
(proto3-same a b)
(proto3-same a b c)

docstring for proto3-same

docstring for proto3-same

proto3-clj-onlyclj

(proto3-clj-only a b)

docstring for proto3-clj-only

docstring for proto3-clj-only
source (clj)source (cljs)raw docstring

ProtoDocsDifferclj/s≠protocol

clj

Protocol with Clojure specific docstring

Protocol with Clojure specific docstring
cljs

Protocol with ClojureScript specific docstring

Protocol with ClojureScript specific docstring

proto2-same1clj/s

(proto2-same1 a b)

docstring for proto2-same1

docstring for proto2-same1

proto2-same2clj/s

(proto2-same2 a)
(proto2-same2 a b)
(proto2-same2 a b c)

docstring for proto2-same2

docstring for proto2-same2
source (clj)source (cljs)raw docstring

sameclj/s

(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
source (clj)source (cljs)raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close