* Manifest references first parent page that is output, rather than referencing pages that don't exist
* CHM index no longer includes variable pages that have been removed
* Pointer symbols being translated as italic markdown in function prototypes
* Missing array decorators from all variable declarations
* Fixed formatting of top-level class hierarchy links
[CL 2366366 by Ben Marsh in Main branch]
- 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]