Fixed POD syntax.

This commit is contained in:
JT Smith 2002-12-16 01:13:06 +00:00
parent 4481cbec49
commit 3e89b31e13
28 changed files with 2003 additions and 1657 deletions

View file

@ -22,7 +22,7 @@ use WebGUI::Session;
=head1 NAME
Package WebGUI::Macro
Package WebGUI::Macro
=head1 SYNOPSIS
@ -32,15 +32,13 @@ use WebGUI::Session;
=head1 DESCRIPTION
This package is the interface to the WebGUI macro system.
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.
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:
These functions are available from this package:
=cut
@ -50,11 +48,15 @@ use WebGUI::Session;
=head2 getParams ( parameterString )
A simple, but error prone mechanism for getting a prameter list from a string. Returns an array of parameters.
A simple, but error prone mechanism for getting a prameter list from a string. Returns an array of parameters.
=over
=item parameterString
A string containing a comma separated list of paramenters.
A string containing a comma separated list of paramenters.
=back
=cut
@ -74,11 +76,15 @@ sub getParams {
=head2 process ( html )
Runs all the WebGUI macros to and replaces them in the HTML with their output.
Runs all the WebGUI macros to and replaces them in the HTML with their output.
=over
=item html
A string of HTML to be processed.
A string of HTML to be processed.
=back
=cut