diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index dcdd2edb7e9..a5f31820a24 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -6993 \ No newline at end of file +6994 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/WebService.pm b/mozilla/webtools/bugzilla/Bugzilla/WebService.pm index 222923e70c5..21c6b8175f9 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/WebService.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/WebService.pm @@ -301,3 +301,29 @@ would return something like: { users => [{ id => 1, real_name => 'John Smith' }] } =back + +=head1 SEE ALSO + +=head2 Server Types + +=over + +=item L + +=item L + +=back + +=head2 WebService Methods + +=over + +=item L + +=item L + +=item L + +=item L + +=back diff --git a/mozilla/webtools/bugzilla/Bugzilla/WebService/Server/JSONRPC.pm b/mozilla/webtools/bugzilla/Bugzilla/WebService/Server/JSONRPC.pm index 411f5eb09f2..d6af2504315 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/WebService/Server/JSONRPC.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/WebService/Server/JSONRPC.pm @@ -263,26 +263,4 @@ Bugzilla uses, not by Bugzilla. =head1 SEE ALSO -=head2 Server Types - -=over - -=item L - -=item L - -=back - -=head2 WebService Methods - -=over - -=item L - -=item L - -=item L - -=item L - -=back +L diff --git a/mozilla/webtools/bugzilla/Bugzilla/WebService/Server/XMLRPC.pm b/mozilla/webtools/bugzilla/Bugzilla/WebService/Server/XMLRPC.pm index f06f3081c09..f06c81fc776 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/WebService/Server/XMLRPC.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/WebService/Server/XMLRPC.pm @@ -324,3 +324,7 @@ L and in Fedora's perl-SOAP-Lite package in versions 0.68-1 and above. =end private + +=head1 SEE ALSO + +L