summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Product.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-11-26 02:20:41 +0100
committermkanat%bugzilla.org <>2008-11-26 02:20:41 +0100
commit680b56b2bb98f094b93c0e80178f74f48194ac9a (patch)
treeee7426998f7be115096f0edef79d5cb0db283579 /Bugzilla/WebService/Product.pm
parentb6f22a08f6016216e928f8ef12d76de3a546f4d9 (diff)
downloadbugzilla-680b56b2bb98f094b93c0e80178f74f48194ac9a.tar.gz
bugzilla-680b56b2bb98f094b93c0e80178f74f48194ac9a.tar.xz
Bug 450209: Clean up WebService POD and add a History section for all functions that need one
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'Bugzilla/WebService/Product.pm')
-rwxr-xr-xBugzilla/WebService/Product.pm20
1 files changed, 14 insertions, 6 deletions
diff --git a/Bugzilla/WebService/Product.pm b/Bugzilla/WebService/Product.pm
index 0f15a7e30..4dd894453 100755
--- a/Bugzilla/WebService/Product.pm
+++ b/Bugzilla/WebService/Product.pm
@@ -86,14 +86,16 @@ get information about them.
=head1 METHODS
-See L<Bugzilla::WebService> for a description of what B<STABLE>, B<UNSTABLE>,
-and B<EXPERIMENTAL> mean, and for more information about error codes.
+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
=over
-=item C<get_selectable_products> B<UNSTABLE>
+=item C<get_selectable_products>
+
+B<EXPERIMENTAL>
=over
@@ -112,7 +114,9 @@ ids.
=back
-=item C<get_enterable_products> B<UNSTABLE>
+=item C<get_enterable_products>
+
+B<EXPERIMENTAL>
=over
@@ -132,7 +136,9 @@ ids.
=back
-=item C<get_accessible_products> B<UNSTABLE>
+=item C<get_accessible_products>
+
+B<UNSTABLE>
=over
@@ -152,7 +158,9 @@ ids.
=back
-=item C<get> B<UNSTABLE>
+=item C<get>
+
+B<EXPERIMENTAL>
=over