Fixed some POD formatting.
This commit is contained in:
parent
50948d36d6
commit
005e2eb8aa
28 changed files with 148 additions and 159 deletions
|
|
@ -24,18 +24,18 @@ use WebGUI::Session;
|
|||
|
||||
Package WebGUI::Macro
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This package is the interface to the WebGUI macro system.
|
||||
|
||||
NOTE: This entire system is likely to be replaced in the near future. It has served WebGUI well since the very beginning but lacks the speed and flexibility that WebGUI users will require in the future.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
use WebGUI::Macro;
|
||||
@array = WebGUI::Macro::getParams($parameterString);
|
||||
$html = WebGUI::Macro::process($html);
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This package is the interface to the WebGUI macro system.
|
||||
|
||||
NOTE: This entire system is likely to be replaced in the near future. It has served WebGUI well since the very beginning but lacks the speed and flexibility that WebGUI users will require in the future.
|
||||
|
||||
=head1 METHODS
|
||||
|
||||
These functions are available from this package:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue