Skip to content

v3.5

Compare
Choose a tag to compare
@michaelrsweet michaelrsweet released this 09 Oct 21:14
· 56 commits to master since this release
636bcda

This release of codedoc adds C++ block comment support and fixes a number of
bugs. Changes include:

  • Added support for C++ block comments.
  • Fixed support for function types.
  • Fixed support for private typedef struct/class/union constructions.
  • Fixed support for markdown bullet lists.
  • Fixed output of Unicode text.
  • Now use the "title" class for the cover image in HTML and EPUB output.
  • Now place the table of contents along the side for HTML output.
  • No longer strip quoted text ('text') in comments unless the text ends with
    '()'.

Enjoy!