=== Changed
* Short names are now default, use `full_name` to get the fully qualified name again.
* Parameters for `link`, `insert`, `link_*`, and `insert_*` have changed. The language and kind are
no longer mandatory. They will be deduced if there is only one element with the specified name.
An error is raised if there are multiple matches. Only `name` can be passed as positional
argument now.
=== Fixed
* Remove surrounding whitespace for types and parameters. This caused incorrect rendering of
monospace text.
* C{plus}{plus}: Include enclosed structs.
=== Removed
* The `short_name` argument for linking to documentation. This is now the default.