doxygen-filter-perl
                                
                                
                                
                                    doxygen-filter-perl copied to clipboard
                            
                            
                            
                        Doxygen::Filter::Perl - A perl code pre-filter for Doxygen
In pull request #25 problem of 'All "main" files are squashed into one class' was solved though when a filename has multiple dots like in `convert0.6.pl` we get: ``` warning:...
When there is something like: ``` package PDL::Transform; our @EXPORT_OK = qw(apply invert map map unmap t_inverse t_compose t_wrap t_identity t_lookup t_linear t_scale t_offset t_rot t_fits t_code t_cylindrical t_radial t_quadratic...
A windows drive letter can only be one character now the filename from e.g. ../package::file.pl was incorrectly detected as file.pl instead of package::file.pl (it is a bit of a strange...
Hi, I am using this filter to process several Perl scripts and try to create a document set for the script. Each Perl script is with .pl extension. They have...