From b2d2e6797c76737d0906d8422e55fa96aa02bbce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Thu, 4 Nov 2010 17:53:58 +0100 Subject: [PATCH] Bug 605573: List all available WebService methods at the top of the POD r/a=mkanat --- Bugzilla/WebService/Bug.pm | 46 +++++++++++---------------------- Bugzilla/WebService/Bugzilla.pm | 13 +++------- Bugzilla/WebService/Product.pm | 15 ++++------- Bugzilla/WebService/User.pm | 28 ++++++-------------- Bugzilla/WebService/Util.pm | 10 +++---- 5 files changed, 35 insertions(+), 77 deletions(-) diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index a50a75e4de..53e3332556 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -959,11 +959,9 @@ or get information about bugs that have already been filed. See L for a description of how parameters are passed, and what B, B, and B mean. -=head2 Utility Functions +=head1 Utility Functions -=over - -=item C +=head2 fields B @@ -1160,7 +1158,7 @@ You specified an invalid field name or id. =back -=item C +=head2 legal_values B - Use L instead. @@ -1204,15 +1202,9 @@ You specified a field that doesn't exist or isn't a drop-down field. =back +=head1 Bug Information -=back - -=head2 Bug Information - -=over - - -=item C +=head2 attachments B @@ -1388,7 +1380,7 @@ C. =back -=item C +=head2 comments B @@ -1533,7 +1525,7 @@ C. =back -=item C +=head2 get B @@ -1878,7 +1870,7 @@ and all custom fields. =back -=item C +=head2 history B @@ -1985,7 +1977,7 @@ The same as L. =back -=item C +=head2 search B @@ -2178,14 +2170,9 @@ in Bugzilla B<4.0>. =back -=back - -=head2 Bug Creation and Modification - -=over +=head1 Bug Creation and Modification - -=item C +=head2 create B @@ -2349,7 +2336,7 @@ argument. =back -=item C +=head2 add_attachment B @@ -2462,7 +2449,7 @@ but this Bugzilla does not support attaching URLs. =back -=item C +=head2 add_comment B @@ -2553,7 +2540,7 @@ code of 32000. =back -=item C +=head2 update B @@ -2945,7 +2932,7 @@ which we won't even know about until after we do QA for 4.0. =back -=item C +=head2 update_see_also B @@ -3056,6 +3043,3 @@ this bug. =back =back - - -=back diff --git a/Bugzilla/WebService/Bugzilla.pm b/Bugzilla/WebService/Bugzilla.pm index 2501fe60c0..efc8223112 100644 --- a/Bugzilla/WebService/Bugzilla.pm +++ b/Bugzilla/WebService/Bugzilla.pm @@ -98,9 +98,7 @@ This provides functions that tell you about Bugzilla in general. See L for a description of how parameters are passed, and what B, B, and B mean. -=over - -=item C +=head2 version B @@ -121,7 +119,7 @@ string. =back -=item C +=head2 extensions B @@ -166,7 +164,7 @@ extensions depended on the directory they were in on the Bugzilla server. =back -=item C +=head2 timezone B This method may be removed in a future version of Bugzilla. Use L instead. @@ -196,7 +194,7 @@ string in (+/-)XXXX (RFC 2822) format. =back -=item C