summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Product.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/Product.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/Product.pm')
-rw-r--r--Bugzilla/WebService/Product.pm15
1 files changed, 5 insertions, 10 deletions
diff --git a/Bugzilla/WebService/Product.pm b/Bugzilla/WebService/Product.pm
index 90c81dcc0..b25226a45 100644
--- a/Bugzilla/WebService/Product.pm
+++ b/Bugzilla/WebService/Product.pm
@@ -97,11 +97,9 @@ get information about them.
See L<Bugzilla::WebService> for a description of how parameters are passed,
and what B<STABLE>, B<UNSTABLE>, and B<EXPERIMENTAL> mean.
-=head2 List Products
+=head1 List Products
-=over
-
-=item C<get_selectable_products>
+=head2 get_selectable_products
B<EXPERIMENTAL>
@@ -122,7 +120,7 @@ ids.
=back
-=item C<get_enterable_products>
+=head2 get_enterable_products
B<EXPERIMENTAL>
@@ -144,7 +142,7 @@ ids.
=back
-=item C<get_accessible_products>
+=head2 get_accessible_products
B<UNSTABLE>
@@ -166,7 +164,7 @@ ids.
=back
-=item C<get>
+=head2 get
B<EXPERIMENTAL>
@@ -200,6 +198,3 @@ is returned.
=item B<Errors> (none)
=back
-
-=back
-