From beaaabe17a5a3dbc121ae84ae889ba089bea19d8 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 11 Mar 2015 12:58:21 +0800 Subject: fix pod warnings --- extensions/BMO/lib/WebService.pm | 8 -------- extensions/Review/lib/WebService.pm | 10 +++------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/extensions/BMO/lib/WebService.pm b/extensions/BMO/lib/WebService.pm index d31811de4..87d45085e 100644 --- a/extensions/BMO/lib/WebService.pm +++ b/extensions/BMO/lib/WebService.pm @@ -145,12 +145,8 @@ You pass a field called C that is a list of Bugzilla login names to find =item B -=over - A hash of Bugzilla login names. Each name points to an array of bug ids that the user has confirmed. -=back - =item B =item B @@ -186,12 +182,8 @@ You pass a field called C that is a list of Bugzilla login names to find =item B -=over - A hash of Bugzilla login names. Each name points to an array of bug ids that the user has verified. -=back - =item B =item B diff --git a/extensions/Review/lib/WebService.pm b/extensions/Review/lib/WebService.pm index 76c79a758..c4421aca1 100644 --- a/extensions/Review/lib/WebService.pm +++ b/extensions/Review/lib/WebService.pm @@ -316,21 +316,17 @@ The returned data format is the same as below. =item B -Query by Bug: - =over +=item Query by Bug: + =over =item C (integer) - The bug ID. =back -=back - -Query by Product or Component: - -=over +=item Query by Product or Component: =over -- cgit v1.2.3-24-g4f1b