From bc19b49de9021bee7148ae8ef86eae09d0a6111a Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Thu, 27 Jan 2011 12:06:49 +0000 Subject: [PATCH] Add missing documentation. r=mkanat. git-svn-id: svn://10.0.0.236/branches/BUGZILLA-3_6-BRANCH@261848 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/Bugzilla/Config/Common.pm | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index b388df2f806..f3696103731 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7230 \ No newline at end of file +7231 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Config/Common.pm b/mozilla/webtools/bugzilla/Bugzilla/Config/Common.pm index 7416b17942d..9222fb0a730 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Config/Common.pm +++ b/mozilla/webtools/bugzilla/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