From 219ce259e50fc8b017978c40d332e355f7e5e49a Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Thu, 27 Jan 2011 12:05:21 +0000 Subject: [PATCH] Fix missing documentation. r=mkanat. git-svn-id: svn://10.0.0.236/branches/BUGZILLA-4_0-BRANCH@261847 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 d97c50fde7d..052141680d9 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7536 \ No newline at end of file +7537 \ 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 8fc1b603726..9fffe02ee05 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