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::WSDL::Doc - Represents the WSDL pod for the documentation of methods (internal use only)

Author

       Tarek Ahmed, <bloerch -the character every email address contains- oelbsk.org>

Bugs

       see Pod::WSDL

Description

       This module is used internally by Pod::WSDL. It is unlikely that you have to interact directly with it.
       If that is the case, take a look at the code, it is rather simple.

Examples

       see Pod::WSDL

External Dependencies

         [none]

Methods

new
       Instantiates a new Pod::WSDL::Attr. The method needs one parameter, the documentation string from the
       pod. Please see SYNOPSIS or the section "Pod Syntax" in the description of Pod::WSDL.

Name

       Pod::WSDL::Doc - Represents the WSDL pod for the documentation of methods (internal use only)

See Also

         Pod::WSDL :-)

Synopsis

         use Pod::WSDL::Doc;
         my $doc = new Pod::WSDL::Doc('_DOC This method is for blah ...');

Todo

       see Pod::WSDL

See Also