7. Release notes: past releases

These historical release notes do not include information about old vzDoc limitations; for those in the current release, please Section 3, “Limitations and bugs: general (both languages)”.

7.1. Version 0.4.3: 29 July 2004

Made the display of HTML pages be mostly CSS (Cascading Style Sheet) driven. Obviously, a default style sheet comes with vzDoc; but you can supply your own with the --alt-css-file option.

7.2. Version 0.4.2p1: 15 July 2004

This release adds a Vera-only hack, with which you can put in comment lines like...

   // vzdoc translate off
   ...stuff...
   // vzdoc translate on

... and ...stuff... will be glided over, unparsed. This is a horrible-but-effective way to glide over things that vzDoc gets wrong, whether by accident or design.

7.3. Version 0.4.1b: 6 October 2003

This release seeks to handle (some of?) the newer syntax for Vera (6.1.x) and Specman/e (4.2.x).

7.4. Version 0.4.0: 25 April 2003

(Vera) Class inheritance information is now presented at the top of classes.

(Specman) The like inheritance tree and the fully-crossed when extension tree information is shown at the top of structs/units.

(Specman) Enumerated typedefs are now documented and hyperlinked.

(Both) A brief hyperlinked list of inherited methods, fields and events is now added to the end of summary sections in subclasses/substructs/subunits.

(Both) Added support for the @author, @param, @return, @see, and @version doc-comment tags.