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::DocBook -- format PseudoPod as DocBook

Author

       Allison Randal <allison@perl.org>

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

Description

       This class is a formatter that takes PseudoPod and renders it as DocBook 4.4.

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

Name

       Pod::PseudoPod::DocBook -- format PseudoPod as DocBook

See Also

       Pod::PseudoPod, Pod::Simple

Synopsis

         use Pod::PseudoPod::DocBook;

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

         ...

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

       Before sending in your manuscript, check that the formatter produced a well-formed DocBook file with
       xmllint:

         $ xmllint --noout --valid book.xml

See Also