From a026f211cdcac6579c7f0d3a3fdf4c334d245c78 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 16 Apr 2009 15:17:24 +0000 Subject: [PATCH] More missing POD for generateCloud --- lib/WebGUI/Keyword.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Keyword.pm b/lib/WebGUI/Keyword.pm index da3805164..f60134fc9 100644 --- a/lib/WebGUI/Keyword.pm +++ b/lib/WebGUI/Keyword.pm @@ -176,13 +176,17 @@ site. =head3 maxKeywords -The maximum number of keywords to display in the cloud. Defaults to 50. Valid range between 1 and 50, inclusive. +The maximum number of keywords to display in the cloud. Defaults to 50. Valid range between 1 and 100, 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. +=head3 includeOnlyKeywords + +This is an arrayref of keywords. The generated cloud will only contain these keywords. + =cut sub generateCloud {