From 680b56b2bb98f094b93c0e80178f74f48194ac9a Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 26 Nov 2008 01:20:41 +0000 Subject: Bug 450209: Clean up WebService POD and add a History section for all functions that need one Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- Bugzilla/WebService/Bugzilla.pm | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'Bugzilla/WebService/Bugzilla.pm') diff --git a/Bugzilla/WebService/Bugzilla.pm b/Bugzilla/WebService/Bugzilla.pm index 5196834df..2f35bbe59 100755 --- a/Bugzilla/WebService/Bugzilla.pm +++ b/Bugzilla/WebService/Bugzilla.pm @@ -71,12 +71,14 @@ This provides functions that tell you about Bugzilla in general. =head1 METHODS -See L for a description of what B, B, -and B mean. +See L for a description of how parameters are passed, +and what B, B, and B mean. =over -=item C B +=item C + +B =over @@ -95,7 +97,9 @@ string. =back -=item C B +=item C + +B =over @@ -113,9 +117,19 @@ contains the names of extensions as keys, and information about the extension as values. One of the values that must be returned is the 'version' of the extension +=item B + +=over + +=item Added in Bugzilla B<3.2>. + +=back + =back -=item C B +=item C + +B =over @@ -129,7 +143,7 @@ returns will be in this timezone. =item B -A hash with a single item, C, that is the timezone as a +A hash with a single item, C, that is the timezone offset as a string in (+/-)XXXX (RFC 2822) format. =back -- cgit v1.2.3-24-g4f1b