Fix mistakes in POD for Storage.pm

This commit is contained in:
Colin Kuskie 2009-07-06 04:41:26 +00:00
parent 9e60251eb8
commit 27789f240b

View file

@ -1350,7 +1350,7 @@ sub crop {
#-------------------------------------------------------------------
=head2 annotate ( filename [ text ] )
=head2 annotate ( filename, $asset, $form )
Adds annotation text to the image.
@ -1358,9 +1358,13 @@ Adds annotation text to the image.
The name of the file to annotate.
=head3 text
=head3 asset
Text to add.
The WebGUI Asset containing this image.
=head3 $form
A Session::Form object, used to fetch form data.
=cut