NAME

OODoc::Format::TemplateMagic - helpers to simplify use of Template::Magic

INHERITANCE

 OODoc::Format::TemplateMagic is extended by
   OODoc::Format::Pod2

SYNOPSIS

 # Never instantiated directly.

DESCRIPTION

METHODS

$obj->zoneGetParameters($zone|STRING)

Takes a Template::Magic::Zone object to process the text after the tag. You may also specify a string, for instance a modified attribute list. The return is a list of key-value pairs with data.

example: of valid arguments

 <!--{examples expand NO list ALL}-->   # old style
 <!--{examples expand => NO, list => ALL}-->
 <!--{examples expand => NO,
         list => ALL}-->

SEE ALSO

This module is part of OODoc distribution version 2.02, built on December 08, 2021. Website: http://perl.overmeer.net/oodoc/

LICENSE

Copyrights 2003-2021 by [Mark Overmeer]. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it under the Artistic license. See http://dev.perl.org/licenses/artistic.html