More missing POD for generateCloud
This commit is contained in:
parent
3ffe9fd416
commit
a026f211cd
1 changed files with 5 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue