Skip to content

doc: updates for better json generating

Rodrigo Muino Tomonari requested to merge github/fork/Semigradsky/update-docs into main

E.g. for tracker.calls([fn][, exact]) from doc/api/assert.md we currently have:

image

The return.desc doesn't explain return type.

So I made a change:

- * Returns: {Function} that wraps `fn`.
+ * Returns: {Function} A function that wraps `fn`.

Merge request reports

Loading