diff options
author | Tiago Mello <timello@gmail.com> | 2012-04-14 19:32:56 +0200 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2012-04-14 19:32:56 +0200 |
commit | 51bca2fc81c3ca24cfbc59c096745bfba1b667c4 (patch) | |
tree | 64edd1da8ee0542cc0e15daa24bfe6994a18b2d3 /Bugzilla/WebService | |
parent | 66b328c867fbc04b8f01650b7264d6837404610c (diff) | |
download | bugzilla-51bca2fc81c3ca24cfbc59c096745bfba1b667c4.tar.gz bugzilla-51bca2fc81c3ca24cfbc59c096745bfba1b667c4.tar.xz |
Fix bustage (wrong POD)
https://bugzilla.mozilla.org/show_bug.cgi?id=616336
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index d0dda1466..9b6aeb3e5 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -3311,6 +3311,8 @@ this bug. B<UNSTABLE> +=over + =item B<Description> Adds or removes tags on bugs. @@ -3346,6 +3348,8 @@ bugs--they will just be silently ignored. =back +=back + =item B<Returns> C<changes>, a hash containing bug IDs as keys and one single value @@ -3356,8 +3360,6 @@ See L</update_see_also> for an example of how it looks like. This method can throw the same errors as L</get>. -=back - =item B<History> =over |