[spec] In docstrings of the lazy-loaded gen/* fns, link to online docs of the original functions

Description

Currently the docstring of lazy-loaded functions such as `clojure.spec.gen.alpha/such-that` reads only

> Lazy loaded version of clojure.test.check.generators/such-that

This is not very helpful.

Ideally we would want to inline the docstring of the original functions but there is no good way to do it (yet), according to CLJ-2018. The next best thing then is to link directly to the online documentation of the function in question, something like

> Lazy loaded version of clojure.test.check.generators/such-that
> See http://clojure.github.io/test.check/clojure.test.check.generators.html#var-such-that

Environment

None

Attachments

1

Activity

Show:

Jakub HolýMay 22, 2019 at 5:29 PM

Added clj-2512-1.patch Wed May 22 19:29:07 CEST 2019

Details

Assignee

Reporter

Approval

Triaged

Priority

Created May 22, 2019 at 5:21 PM
Updated May 23, 2019 at 2:04 AM