diff options
author | Gervase Markham <gerv@gerv.net> | 2011-01-27 12:59:40 +0100 |
---|---|---|
committer | Gervase Markham <gerv@mozilla.org> | 2011-01-27 12:59:40 +0100 |
commit | 73cdd3ef930602a70666d83d94bc53cc571a2a35 (patch) | |
tree | 2151dae240063597ff06f4f61afd401206a4fa24 /Bugzilla | |
parent | 7bb569f9b33736c4ed1b02c809dff0e00d9141ad (diff) | |
download | bugzilla-73cdd3ef930602a70666d83d94bc53cc571a2a35.tar.gz bugzilla-73cdd3ef930602a70666d83d94bc53cc571a2a35.tar.xz |
Add missing documentation. r=mkanat.
https://bugzilla.mozilla.org/show_bug.cgi?id=629321
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Config/Common.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Bugzilla/Config/Common.pm b/Bugzilla/Config/Common.pm index 8fc1b6037..9fffe02ee 100644 --- a/Bugzilla/Config/Common.pm +++ b/Bugzilla/Config/Common.pm @@ -437,7 +437,9 @@ Bugzilla::Config::Common - Parameter checking functions =head1 DESCRIPTION -All parameter checking functions are called with two parameters: +All parameter checking functions are called with two parameters: the value to +check, and a hash with the details of the param (type, default etc.) as defined +in the relevant F<Bugzilla::Config::*> package. =head2 Functions |