Module: tools Branch: master Commit: 0dbb766f0a16f5fc133611cf87626dbae11eaffc URL: https://source.winehq.org/git/tools.git/?a=commit;h=0dbb766f0a16f5fc133611cf... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Wed Apr 20 16:16:20 2022 +0200 testbot/cgi: Fix the CollectionBlock::GenerateHeaderView() documentation. The Row and Rows fields were undocumented and there was a bug in the POD formatting. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/lib/ObjectModel/CGI/CollectionBlock.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/testbot/lib/ObjectModel/CGI/CollectionBlock.pm b/testbot/lib/ObjectModel/CGI/CollectionBlock.pm index 3e3ee29..d425622 100644 --- a/testbot/lib/ObjectModel/CGI/CollectionBlock.pm +++ b/testbot/lib/ObjectModel/CGI/CollectionBlock.pm @@ -241,7 +241,13 @@ The base link to the item details page if any. See GetDetailsPage(). =item ItemActions The list of per-item actions. -=cut +=item Row +The row index; 0 for the header. + +=item Rows +The total number of rows (excluding the header). + +=back =back =cut