logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pod::PseudoPod::Index -- format PseudoPod index entries

Author

       Allison Randal <allison@perl.org>

perl v5.36.0                                       2022-10-16                         Pod::PseudoPod::Index(3pm)

Description

       This class is a formatter that extracts index items from PseudoPod files and renders them as plain text
       or html.

       This is a subclass of Pod::PseudoPod and inherits all its methods.

Name

       Pod::PseudoPod::Index -- format PseudoPod index entries

See Also

       Pod::PseudoPod

Synopsis

         use Pod::PseudoPod::Index;

         my $parser = Pod::PseudoPod::Index->new();

         $parser->parse_file('path/to/file1.pod');
         $parser->parse_file('path/to/file2.pod');

         $parser->output_text;

See Also