summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Bugzilla.pm
diff options
context:
space:
mode:
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