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/Config | |
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/Config')
-rw-r--r-- | Bugzilla/Config/Common.pm | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Bugzilla/Config/Common.pm b/Bugzilla/Config/Common.pm index 32e8ba569..75f6e0ea2 100644 --- a/Bugzilla/Config/Common.pm +++ b/Bugzilla/Config/Common.pm @@ -452,3 +452,53 @@ Checks that the value is a valid number Checks that the value is a valid regexp =back + +=head1 B<Methods in need of POD> + +=over + +=item check_notification + +=item check_priority + +=item check_ip + +=item check_user_verify_class + +=item check_bug_status + +=item check_shadowdb + +=item check_smtp_auth + +=item check_url + +=item check_urlbase + +=item check_email + +=item check_webdotbase + +=item get_param_list + +=item check_maxattachmentsize + +=item check_utf8 + +=item check_group + +=item check_opsys + +=item check_platform + +=item check_severity + +=item check_sslbase + +=item check_mail_delivery_method + +=item check_theschwartz_available + +=item check_smtp_ssl + +=back |