From be891c97c342f6197a72897272fc11c81ba4381e Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 4 Nov 2010 17:52:29 +0100 Subject: Bug 605573: List all available WebService methods at the top of the POD r/a=mkanat --- Bugzilla/WebService/User.pm | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) (limited to 'Bugzilla/WebService/User.pm') 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 for a description of how parameters are passed, and what B, B, and B mean. -=head2 Logging In and Out +=head1 Logging In and Out -=over - -=item C +=head2 login B @@ -344,7 +342,7 @@ A login or password parameter was not provided. =back -=item C +=head2 logout B @@ -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 +=head2 offer_account_by_email B @@ -409,7 +403,7 @@ An account with that email address already exists in Bugzilla. =back -=item C +=head2 create B @@ -472,13 +466,9 @@ password is under three characters.) =back -=back - -=head2 User Info - -=over +=head1 User Info -=item C +=head2 get B @@ -622,5 +612,3 @@ function. =back =back - -=back -- cgit v1.2.3-24-g4f1b