From 24b98db7067f68b1f25e03c6d8b4a378a5ae809d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 16 Apr 2009 15:12:40 +0000 Subject: [PATCH] Add POD missing for generateCloud method. --- lib/WebGUI/Keyword.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/WebGUI/Keyword.pm b/lib/WebGUI/Keyword.pm index 3014ea86b..da3805164 100644 --- a/lib/WebGUI/Keyword.pm +++ b/lib/WebGUI/Keyword.pm @@ -178,6 +178,11 @@ site. The maximum number of keywords to display in the cloud. Defaults to 50. Valid range between 1 and 50, inclusive. +=head3 urlCallback + +This is a subroutine reference that will be called to get the URL for a keyword. The callback +will get the keyword as its first, and only argument. + =cut sub generateCloud {