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

Config::Model::Utils::GenClassPod - generate pod documentation from configuration models

Author

       Dominique Dumont

Description

       This module provides a single exported function: "gen_class_pod".

       This function scans "./lib/Config/Model/models/*.d" and generate pod documentation for each file found
       there using Config::Model::generate_doc

       You can also pass one or more class names. "gen_class_pod" writes the documentation for each passed class
       and all other classes used by the passed classes.

Name

       Config::Model::Utils::GenClassPod - generate pod documentation from configuration models

Synopsis

        use Config::Model::Utils::GenClassPod;
        gen_class_pod;

        # or

        gen_class_pod('Foo','Bar',...)

Version

       version 2.155

See Also