Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
released this 10 Feb 17:44
dbede4d

Enhancements

  • The default style now use the same color scheme as the official documentation. (#104)
  • Show default values of variables. (#25)

Bugs fixed

  • The DDOC comments were not properly undercorated, leading to strange results depending on the comment style and also if markdown was used, for example asterisks for lists. (#106)
  • The D code inside parameters description looked bad. Now it's simply bold. (#81)
  • The examples generated from the DDOC section --- were not using the hljs highlighter. (#69)
  • The declarations documented in unittest {} were listed as module members. (#107)
  • static if in contracts not formatted correctly (#100)
  • Expression-based contracts were not supported. (#102)
  • dub test crash. (#65)