=== Changed
- Additional arguments for `api.include` and `api.insert` are passed as attributes of the
`include` directive.
- Improved performance in resolving references and looking up elements to link to and insert.
=== Fixed
- Matching elements in the same namespace are now preferred over elements in a different
namespace. Only if all matches are in a parent namespace, the match will be ambiguous.
- For types directly included in a namespace the include file is now present.
- C++ functions that are inserted directly, so not as part of an enclosing type, have a section
header and include file.
- Nested python type hints are now detected and shown in the documentation.