The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:OODoc format"

OODoc::Format - base class for all OODoc formatters River stage zero No dependents

A formater produces manual pages in some way or an other which contain (parts of) the module documentation. Each formatter class is based on this OODoc::Format class, which should not be instantiated directly. By far most users will never explicitly ...

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

OODoc::Format::Pod - Produce POD pages from the doc tree River stage zero No dependents

Create manual pages in the POD syntax. POD is the standard document description syntax for Perl. POD can be translated to many different operating system specific manual systems, like the Unix "man" system. Extends "DESCRIPTION" in OODoc::Format....

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

OODoc::Format::Html - Produce HTML pages using OODoc::Template River stage zero No dependents

Create manual pages in the HTML syntax, using the OODoc::Template template system. Producing HTML is more complicated than producing POD, because one manual page may be spread over multiple output files. Extends "DESCRIPTION" in OODoc::Format....

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

OODoc::Format::Pod3 - Produce POD pages using OODoc::Template River stage zero No dependents

Create manual pages in the POD syntax, using the OODoc::Template template system. Extends "DESCRIPTION" in OODoc::Format::Pod....

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

OODoc::Format::Pod2 - Produce POD pages from the doc tree with a template River stage zero No dependents

Create manual pages in the POD syntax, using the Template::Magic template system. It may be a bit simpler to configure the outcome using the template, than using OODoc::Format::Pod, however you first need to install Bundle::Template::Magic. Extends "...

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

lib/OODoc/Format.pm River stage zero No dependents

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

OODoc::Format::TemplateMagic - helpers to simplify use of Template::Magic River stage zero No dependents

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

lib/OODoc/Format/TemplateMagic.pm River stage zero No dependents

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

lib/OODoc/Format/Html.pm River stage zero No dependents

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

lib/OODoc/Format/Pod2.pm River stage zero No dependents

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

lib/OODoc/Format/Pod.pm River stage zero No dependents

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

lib/OODoc/Format/Pod3.pm River stage zero No dependents

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

OODoc - object oriented production of software documentation River stage zero No dependents

OODoc stands for "Object Oriented Documentation": to produce manual-pages in HTML or the usual man-page UNIX format, describing Perl programs. The OO part of the name refers to two things: this module simplifies writing documentation for Object Orien...

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

OODoc::Text - text component as found in a manual River stage zero No dependents

The parsers (implemented in the OODoc::Parser classes) scan the documentation as written down by the author of the module, and build a tree of these OODoc::Text objects from it. Then, any formatter (implemented by the OODoc::Format classes) can take ...

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

OODoc::Manual - one manual about a package River stage zero No dependents

The "OODoc::Manual" object contains information of a singel manual page. More than one manual can be related to a single package. Extends "DESCRIPTION" in OODoc::Object....

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

OODoc::Object - base class for all OODoc classes. River stage zero No dependents

Any object used in the OODoc module is derived from this OODoc::Object class. This means that all functionality in this class is provided for all of the other classes....

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC

OODoc::Parser::Markov - Parser for the MARKOV syntax River stage zero No dependents

The Markov parser is named after the author, because the author likes to invite other people to write their own parser as well: every one has not only their own coding style, but also their own documentation wishes. The task for the parser is to stri...

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC
17 results (0.051 seconds)