Replace param docs like ```r @param bla If not `NULL`, then something. ``` with ```r @param bla Something (default: `NULL`) ``` which is more usual.
Replace param docs like
with
which is more usual.