Processing languages other than Perl

It is possible to process languages other than Perl using DoxyFilt.

This does require some programming, however, as it is necessary to subclass well-known DoxyFilt classes Doxygen::Item and Doxygen::Filter and implement appropriate parsing and conversion routines.

Currently the only example available is Doxygen::Script::Filter, which can be used to process batch files and shell scripts. It is a fairly simple example, so you will need to use Doxygen::POD as an example as well.

In the future we expect to support SQL (as record structures) and possibly IMCC, if we get a wild hair. Other languages are left as an exercise for the reader (unless our palms are crossed with silver).