-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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 functions inside but no modules.
This filter put every function in the Perl scripts under 'main' class, probably due to the pre-processing into CPP. Is it possible to support Perl scripts without classes? That is:
EXTENSION_MAPPING = pm=C++ pl=C
FILTER_PATTERNS = *.pm=doxygen-filter-perl *.pl=doxygen-filter-perl-c
Metadata
Metadata
Assignees
Labels
No labels