Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@lawmurray lawmurray released this 21 Jan 15:58
· 6 commits to main since this release
3708d3c
  • New doxide watch command to improve workflow! This monitors source files and rebuilds the documentation on changes. In combination with mkdocs serve it allows you to just work on your sources and see updates in your browser within a few seconds, without running doxide build in 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 --version command-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!