fixing pod problems
This commit is contained in:
parent
ec1c11f237
commit
3de1e05684
3 changed files with 9 additions and 9 deletions
|
|
@ -29,14 +29,14 @@ Tracks where users come from.
|
|||
NOTE: This package is experimental as is not officially supported yet.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
|
||||
use WebGUI::Affiliate;
|
||||
WebGUI::Affiliate::grabReferral();
|
||||
|
||||
|
||||
=head1 FUNCTIONS
|
||||
|
||||
|
||||
These functions are available from this package:
|
||||
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,11 @@ Package WebGUI::CollateralFolder
|
|||
|
||||
This is a management package for the collateral folder system.
|
||||
|
||||
=head2 SYNOPSIS
|
||||
|
||||
use WebGUI::CollateralFolder;
|
||||
$collateralFolder->recursiveDelete;
|
||||
|
||||
=head1 METHODS
|
||||
|
||||
For inherited methods see L<WebGUI::Persistent::Tree>.
|
||||
|
|
|
|||
|
|
@ -434,11 +434,6 @@ sub shortcutIcon {
|
|||
return $output;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 pasteIcon ( urlParameters [, pageURL ] )
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 viewIcon ( urlParameters [, pageURL ] )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue