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.
|
NOTE: This package is experimental as is not officially supported yet.
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
use WebGUI::Affiliate;
|
use WebGUI::Affiliate;
|
||||||
WebGUI::Affiliate::grabReferral();
|
WebGUI::Affiliate::grabReferral();
|
||||||
|
|
||||||
=head1 FUNCTIONS
|
=head1 FUNCTIONS
|
||||||
|
|
||||||
These functions are available from this package:
|
These functions are available from this package:
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,11 @@ Package WebGUI::CollateralFolder
|
||||||
|
|
||||||
This is a management package for the collateral folder system.
|
This is a management package for the collateral folder system.
|
||||||
|
|
||||||
|
=head2 SYNOPSIS
|
||||||
|
|
||||||
|
use WebGUI::CollateralFolder;
|
||||||
|
$collateralFolder->recursiveDelete;
|
||||||
|
|
||||||
=head1 METHODS
|
=head1 METHODS
|
||||||
|
|
||||||
For inherited methods see L<WebGUI::Persistent::Tree>.
|
For inherited methods see L<WebGUI::Persistent::Tree>.
|
||||||
|
|
|
||||||
|
|
@ -434,11 +434,6 @@ sub shortcutIcon {
|
||||||
return $output;
|
return $output;
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
|
||||||
|
|
||||||
=head2 pasteIcon ( urlParameters [, pageURL ] )
|
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
=head2 viewIcon ( urlParameters [, pageURL ] )
|
=head2 viewIcon ( urlParameters [, pageURL ] )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue