diff options
author | Marc Schumann <wurblzap@gmail.com> | 2012-11-30 15:30:44 +0100 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2012-11-30 15:30:44 +0100 |
commit | 2667d3631cc09c4d5d3593312bfeb86b38a4c65a (patch) | |
tree | b75e952f5b5cc92bbbfb83ae52a131995fbba654 /Bugzilla/Whine | |
parent | a22401a72e7addce908ea92988200134ff7f9560 (diff) | |
download | bugs-2667d3631cc09c4d5d3593312bfeb86b38a4c65a.tar bugs-2667d3631cc09c4d5d3593312bfeb86b38a4c65a.tar.gz bugs-2667d3631cc09c4d5d3593312bfeb86b38a4c65a.tar.bz2 bugs-2667d3631cc09c4d5d3593312bfeb86b38a4c65a.tar.xz bugs-2667d3631cc09c4d5d3593312bfeb86b38a4c65a.zip |
Bug 816747 - Add dummy POD for unPODded methods.
r/a=LpSolit
Diffstat (limited to 'Bugzilla/Whine')
-rw-r--r-- | Bugzilla/Whine/Query.pm | 8 | ||||
-rw-r--r-- | Bugzilla/Whine/Schedule.pm | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/Bugzilla/Whine/Query.pm b/Bugzilla/Whine/Query.pm index 3c63e8057..b40ba1c3b 100644 --- a/Bugzilla/Whine/Query.pm +++ b/Bugzilla/Whine/Query.pm @@ -122,3 +122,11 @@ bugs or one email per bug. The title of this object as it appears in the user forms and emails. =back + +=head1 B<Methods in need of POD> + +=over + +=item eventid + +=back diff --git a/Bugzilla/Whine/Schedule.pm b/Bugzilla/Whine/Schedule.pm index a96c728f2..2171f84a5 100644 --- a/Bugzilla/Whine/Schedule.pm +++ b/Bugzilla/Whine/Schedule.pm @@ -156,3 +156,11 @@ the group is still active, otherwise it will contain a single array element for the L<Bugzilla::User> in L</mailto>. =back + +=head1 B<Methods in need of POD> + +=over + +=item eventid + +=back |