Skip to content

Releases: cschlosser/doxdocgen

Release 0.1.0

20 Feb 21:51
Compare
Choose a tag to compare

This is a big one.

Also a lot of unit tests have been added to improve the quality of the generated comments.

Features

  • Implemented support for noexcept and throw

  • Implemented support for constexpr and final

  • Implemented support for unnamed parameters, this broke in version 0.0.7

  • Add new config variable that allows a user to disable the true and false return on bool types and make it behave like a normal type

Fixes

Release 0.0.7

23 Nov 21:11
Compare
Choose a tag to compare
  • Fix #31

  • Fixed bug where using a different trigger sequence then "*" causes a newline to be addd between the comment and the documented entity.

Release 0.0.6

05 Nov 18:46
Compare
Choose a tag to compare

Improve and fix comment generation for several C++ features (#23) (thanks to @rowanG077 again)

Release 0.0.5

17 Oct 06:13
Compare
Choose a tag to compare

Extend customization of generated documentation (#15, #16) (thanks to @rowanG077)

Fix #10

Release 0.0.4

14 Oct 12:27
Compare
Choose a tag to compare

Fix #9

Add option to generate return type documentation

Release 0.0.3

09 Oct 19:51
Compare
Choose a tag to compare

Add option to choose Qt style comment start

Release 0.0.2

07 Oct 13:38
Compare
Choose a tag to compare

Add C parser and generator

Initial release

06 Oct 17:48
Compare
Choose a tag to compare

First release of the addon