in reply to Re: Annotations for Perl
in thread Annotations for Perl

If i'm going to use documentation injections, it would be pod with =for i believe, not another documentation system.

Replies are listed 'Best First'.
Re^3: Annotations for Perl
by RonW (Parson) on Jun 03, 2015 at 15:46 UTC

    I'm just suggesting that if you are going to use @ comments to inject metadata about the source code, it makes sense to do so in a way compatible with document generation tools. That way the generator can re-use the metadata without need to repeat it in your POD markup.

    BTW, my filter supports =for for @ notations while passing other POD markup through, unmodified.