summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Bugzilla.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-11-04 17:52:29 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2010-11-04 17:52:29 +0100
commitbe891c97c342f6197a72897272fc11c81ba4381e (patch)
treec10e8a5d49b8bc6a39201e4d5bc42c39f9ee7224 /Bugzilla/WebService/Bugzilla.pm
parenta56886c1198fdead99e1feced3c02b027bd5d5f0 (diff)
downloadbugzilla-be891c97c342f6197a72897272fc11c81ba4381e.tar.gz
bugzilla-be891c97c342f6197a72897272fc11c81ba4381e.tar.xz
Bug 605573: List all available WebService methods at the top of the POD
r/a=mkanat
Diffstat (limited to 'Bugzilla/WebService/Bugzilla.pm')
-rw-r--r--Bugzilla/WebService/Bugzilla.pm13
1 files changed, 4 insertions, 9 deletions
diff --git a/Bugzilla/WebService/Bugzilla.pm b/Bugzilla/WebService/Bugzilla.pm
index 2501fe60c..efc822311 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<Bugzilla::WebService> for a description of how parameters are passed,
and what B<STABLE>, B<UNSTABLE>, and B<EXPERIMENTAL> mean.
-=over
-
-=item C<version>
+=head2 version
B<STABLE>
@@ -121,7 +119,7 @@ string.
=back
-=item C<extensions>
+=head2 extensions
B<EXPERIMENTAL>
@@ -166,7 +164,7 @@ extensions depended on the directory they were in on the Bugzilla server.
=back
-=item C<timezone>
+=head2 timezone
B<DEPRECATED> This method may be removed in a future version of Bugzilla.
Use L</time> instead.
@@ -196,7 +194,7 @@ string in (+/-)XXXX (RFC 2822) format.
=back
-=item C<time>
+=head2 time
B<STABLE>
@@ -270,6 +268,3 @@ local timezone.
=back
=back
-
-
-=back