- Use custom brief description parsing rather than relying on Doxygen. Allows formatting to be preserved in long-form descriptions.
- @see blocks are separated into sections
- Markdown conversion now handles paragraphs and lists correctly
[CL 2283555 by Ben Marsh in Main branch]
- Stop treating the DEPRECATED macro like a function definition
- Add function parameter names into index pages
- Fix resolving {{typedef-type}} markup
- Remove hyphens (causing bullet points) after @param directive
- Remove deprecated functions and variables
- Separate functions which are overriden from different classes into separate sections.
- Remove the separate templates for each object type.
- Remove markup section, but link to hand-written specifier descriptions instead.
[CL 2265909 by Ben Marsh in Main branch]