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

ExtUtils::XSpp::Node::Comment - Node representing a comment in the source file

Description

       An ExtUtils::XSpp::Node::Raw subclass representing a piece of raw data that should be included in the
       output verbatim, but with comment markers prefixed.

         // This is a comment!

       would become something like

         ## This is a comment!

Methods

new
       Creates a new "ExtUtils::XSpp::Node::Comment".

       Named parameters: "rows" should be a reference to an array of source code comment lines.

perl v5.34.0                                       2022-06-13                 ExtUtils::XSpp::Node::Comment(3pm)

Name

       ExtUtils::XSpp::Node::Comment - Node representing a comment in the source file

See Also