Please visit this page again in order to get the latest news.
The DoxyGenFilter project has been taken over by Bret Jordan. Please visit the new project site http://perldoxygen.sf.net/ in order to find newer releases and get the latest information. We wish Bret success with the PerlDoxyGen project!
Basic support for Visual Basic .NET code has been added. Also, a few rather minor modifications in the Perl support have been made. Support for documenting variables (@var, see Subclass2 example) has been added.
Doxygen Filter does now serious efforts in parsing non-documented Perl files, so that classes/methods/functions will appear in the doxygen docu even if the developers have not had the time yet to care for documenting them. Also, support for multi-language projects has been introduced. Doxygenfilter will try to pass on non-Perl code to other well-known filters as pas2dox (Pascal) or js2doxy (JavaScript). The 1.01 release also features a Windows executable.
This release of the DoxygenFilter tool is a re-release of the original DoxygenFilter written by Bart Schuller.
- added support for Visual Basic .NET
- support for documenting vars via @var statement
- auto-detect input file type
- auto-document subs and packages
- multi-language support: pass .pas files on to pas2dox, .js files to js2doxy
- exactly like Bart Schuller's original version