Doxygen Filter for System Verilog 2.4.0 Released
A minor new filter release. This release includes full comments in the test.sv files. These comments will be used in forthcoming post about how to use doxygen with JavaDoc comments to document your SystemVerilog source code. The release also includes a fix for the parsing of the `timescale directive.
The next release looks like it will include a provided patch for an alternate way to handle module documentation.
You can pick up the release from the downloads page here:
http://intelligentdv.com/downloads/index.html#doxygentools
Or – you can grab it directly from the subversion repository with your svn client (or using the WebSVN site here).
TIP! These blog announcements often lag the actual release by several weeks… so I recommend subscribing to the RSS feed for the Doxygen tags on the WebSVN site to keep up-to-date.
A Reminder: the doxygen filter is not a grammar — it, like the doxygen tool, is a lexical parser. So – you will find bugs. And when you do – please file them to the bug tracker here:
http://intelligentdv.com/bugs/
-minor