From: Gervase Markham Date: Thu, 27 Jan 2011 12:00:21 +0000 (+0000) Subject: Fix missing documentation. r=mkanat. X-Git-Tag: bugzilla-4.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1e22853fbcb4ccec70cbfd4c3fc5530d7d01372;p=thirdparty%2Fbugzilla.git Fix missing documentation. r=mkanat. https://bugzilla.mozilla.org/show_bug.cgi?id=629321 --- diff --git a/Bugzilla/Config/Common.pm b/Bugzilla/Config/Common.pm index 8fc1b60372..9fffe02ee0 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 package. =head2 Functions