The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version v1.00

  • Changes Added some code documentation and performed some minor code cleanup

Changes for version v0.99_24

  • Changes Fixed more issues with counting subroutines Fixed issue where doxygen section comment blocks were not showing up right

Changes for version v0.99_23

  • Changes Fixed issue where comments were getting stripped accidentally when found in pattern match

Changes for version v0.99_22

  • Changes Fixed issue where POD comments with special Doxygen characters caused problems Fixed issue where POD multi-word section headers did not print correctly Fixed issue with subroutine processing

Changes for version v0.99_21

  • Changes Fixed some issues with supporting POD Did some code cleanup

Changes for version v0.99_11

  • New Features Added basic support for POD

Changes for version v0.99_03

  • Changes Fixed issues with VERSION harvesting, short filenames, windows paths, spacing around method and function names etc. Thanks to Hoppfrosch (hoppfrosch at gmx littledot de) for the patch and suggestions Cleaned up state machine and added ability to keep track or previous states Integrated Log4perl debugging New Features Started adding support for POD processing

Changes for version v0.99_02

  • Changes Lots of code clean up Added support for the following structural indicators @class @section @subsection General comments with a @brief Fixed the output so that additional comments like @section blocks show up correctly and in the right place.

Changes for version v0.99_01

  • Differences from DoxyGenFilter This represents a complete rewrite of the code and attempts to provide a frame work from which we can greatly expand the functionality over time. We also build up a document object of the code that allows us to pull things in from various places and relate them all correctly. New Features We current support the following doxygen structural indicators @file @fn (@function and @method) All section indicators should work under each structural indicators that we support Verbatim formatting keeps comment "#" tags We use the VERSION variable from the code in the file output definition The @method and @function documentation blocks can reside inside or outside the actual subroutines that they are tied to. Known Issues POD support is not yet included Only two structural indicators are currently supported - more to com

Modules

A perl code pre-filter for Doxygen
A perl code pre-filter for Doxygen

Provides

in lib/Doxygen/Filter.pm