From 27789f240bc05e3d8da6bd133d3518444550ba3a Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 6 Jul 2009 04:41:26 +0000 Subject: [PATCH] Fix mistakes in POD for Storage.pm --- lib/WebGUI/Storage.pm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/Storage.pm b/lib/WebGUI/Storage.pm index 99e3d47d1..c08cebaea 100644 --- a/lib/WebGUI/Storage.pm +++ b/lib/WebGUI/Storage.pm @@ -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