summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/User.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/User.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/User.pm')
-rw-r--r--Bugzilla/WebService/User.pm28
1 files changed, 8 insertions, 20 deletions
diff --git a/Bugzilla/WebService/User.pm b/Bugzilla/WebService/User.pm
index 1471da8aa..3a4890433 100644
--- a/Bugzilla/WebService/User.pm
+++ b/Bugzilla/WebService/User.pm
@@ -277,11 +277,9 @@ log in/out using an existing account.
See L<Bugzilla::WebService> for a description of how parameters are passed,
and what B<STABLE>, B<UNSTABLE>, and B<EXPERIMENTAL> mean.
-=head2 Logging In and Out
+=head1 Logging In and Out
-=over
-
-=item C<login>
+=head2 login
B<STABLE>
@@ -344,7 +342,7 @@ A login or password parameter was not provided.
=back
-=item C<logout>
+=head2 logout
B<STABLE>
@@ -362,13 +360,9 @@ Log out the user. Does nothing if there is no user logged in.
=back
-=back
-
-=head2 Account Creation
-
-=over
+=head1 Account Creation
-=item C<offer_account_by_email>
+=head2 offer_account_by_email
B<STABLE>
@@ -409,7 +403,7 @@ An account with that email address already exists in Bugzilla.
=back
-=item C<create>
+=head2 create
B<STABLE>
@@ -472,13 +466,9 @@ password is under three characters.)
=back
-=back
-
-=head2 User Info
-
-=over
+=head1 User Info
-=item C<get>
+=head2 get
B<STABLE>
@@ -622,5 +612,3 @@ function.
=back
=back
-
-=back