Skip to content

v3.7

Latest
Compare
Choose a tag to compare
@michaelrsweet michaelrsweet released this 23 Mar 02:04
8d99e54

This release of codedoc adds more syntax highlighting and fixes a number of bugs. Changes include:

  • Now require Mini-XML 4.x.
  • Now include a configure script.
  • Added quoting of "." and "'" at the beginning of lines and now use the ".IP" macro instead of ".IN" in man output (Issue #12)
  • Added support for @body@ comment directive to add body text inline with code (Issue #10)
  • Added highlighting of HTML and XML in code-fenced markdown (Issue #19)
  • Added highlighting of CSS in code-fenced markdown.
  • Added highlighting of reserved words, numbers, and strings in reference documentation, to match markdown code example highlighting.
  • Fixed double-free bug (Issue #16)
  • Fixed some bugs detected with fuzzing (Issue #13, Issue #14, Issue #15)
  • Fixed support for markdown code fences and indentation in code example comments.
  • Cleaned up some issues reported by Coverity and Cppcheck.

Enjoy!