summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
diff options
context:
space:
mode:
authorMarc Schumann <wurblzap@gmail.com>2012-11-30 15:30:44 +0100
committerMarc Schumann <wurblzap@gmail.com>2012-11-30 15:30:44 +0100
commit2667d3631cc09c4d5d3593312bfeb86b38a4c65a (patch)
treeb75e952f5b5cc92bbbfb83ae52a131995fbba654 /Bugzilla/User.pm
parenta22401a72e7addce908ea92988200134ff7f9560 (diff)
downloadbugzilla-2667d3631cc09c4d5d3593312bfeb86b38a4c65a.tar.gz
bugzilla-2667d3631cc09c4d5d3593312bfeb86b38a4c65a.tar.xz
Bug 816747 - Add dummy POD for unPODded methods.
r/a=LpSolit
Diffstat (limited to 'Bugzilla/User.pm')
-rw-r--r--Bugzilla/User.pm54
1 files changed, 54 insertions, 0 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index 70261c4df..417072e95 100644
--- a/Bugzilla/User.pm
+++ b/Bugzilla/User.pm
@@ -2728,3 +2728,57 @@ is done with the data.
=head1 SEE ALSO
L<Bugzilla|Bugzilla>
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item email_enabled
+
+=item cryptpassword
+
+=item clear_login_failures
+
+=item set_disable_mail
+
+=item has_audit_entries
+
+=item groups_with_icon
+
+=item check_login_name
+
+=item set_extern_id
+
+=item mail_settings
+
+=item email_disabled
+
+=item update
+
+=item is_timetracker
+
+=item is_enabled
+
+=item queryshare_groups_as_string
+
+=item set_login
+
+=item set_password
+
+=item last_seen_date
+
+=item set_disabledtext
+
+=item update_last_seen_date
+
+=item set_name
+
+=item DB_COLUMNS
+
+=item extern_id
+
+=item visible_bugs
+
+=item UPDATE_COLUMNS
+
+=back