- New
doxide watchcommand to improve workflow! This monitors source files and rebuilds the documentation on changes. In combination withmkdocs serveit allows you to just work on your sources and see updates in your browser within a few seconds, without runningdoxide buildin between. The implementation is currently using a scan at regular intervals but may in future use file system notifications to reduce CPU use further (#66). - Added
--versioncommand-line option (#64). - Fixes to parsing including for function pointers (#63 #74), destructors (#75), and links in brief descriptions (#69).
- Presentation improvements including moving typedefs onto their parent page rather than showing on a separate page, and removing the Code Coverage link when no code coverage data is provided (#72).
Special thanks to @Bzero for many of the features that went into this release, especially the new doxide watch command!