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-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

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