From 617d50f06ca39972dd78377dd3bf4b126478e944 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 22 Feb 2010 12:29:49 -0800 Subject: There was some POD at the end of Bugzilla::WebService::Server::JSONRPC that was supposed to be at the end of Bugzilla::WebService instead. Also added links to Bugzilla::WebService in both of the Bugzilla::WebService::Server types' POD. --- Bugzilla/WebService.pm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'Bugzilla/WebService.pm') diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm index 222923e70..21c6b8175 100644 --- a/Bugzilla/WebService.pm +++ b/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 -- cgit v1.2.3-24-g4f1b