From 3ce2403dba476ef6919d96ea47ddb7d17fbb8582 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" Date: Tue, 28 Feb 2006 15:23:32 +0000 Subject: [PATCH] Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test 11). git-svn-id: svn://10.0.0.236/trunk@191397 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/Auth/Verify/LDAP.pm | 2 +- mozilla/webtools/bugzilla/Bugzilla/Component.pm | 4 ++-- mozilla/webtools/bugzilla/Bugzilla/Hook.pm | 2 ++ mozilla/webtools/bugzilla/Bugzilla/Template/Plugin/Hook.pm | 6 +++--- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/mozilla/webtools/bugzilla/Bugzilla/Auth/Verify/LDAP.pm b/mozilla/webtools/bugzilla/Bugzilla/Auth/Verify/LDAP.pm index ee58f9d7e56..e8e7449714d 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Auth/Verify/LDAP.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Auth/Verify/LDAP.pm @@ -185,7 +185,7 @@ Bugzilla, which logs the user in using an LDAP directory. =head1 DISCLAIMER B. It is poorly documented, and not very flexible. -Search L for a list of known LDAP bugs. +Search LEbugzilla.mozilla.orgE> for a list of known LDAP bugs. None of the core Bugzilla developers, nor any of the large installations, use this module, and so it has received less testing. (In fact, this iteration diff --git a/mozilla/webtools/bugzilla/Bugzilla/Component.pm b/mozilla/webtools/bugzilla/Bugzilla/Component.pm index 20df65550ab..827be789df4 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Component.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Component.pm @@ -229,7 +229,7 @@ Component.pm represents a Product Component object. =item C Description: Returns all bug IDs that belong to the component. - + Params: none. Returns: A reference to an array of bug IDs. @@ -267,7 +267,7 @@ Component.pm represents a Product Component object. $comp_name - String with a component name. Returns: Bugzilla::Component object. - + =back =cut diff --git a/mozilla/webtools/bugzilla/Bugzilla/Hook.pm b/mozilla/webtools/bugzilla/Bugzilla/Hook.pm index 91188e87be6..97bec6c5c93 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Hook.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Hook.pm @@ -72,6 +72,8 @@ hooks. When a piece of standard Bugzilla code wants to allow an extension to perform additional functions, it uses Bugzilla::Hook's process() subroutine to invoke any extension code if installed. +=over 4 + =item C Invoke any code hooks with a matching name from any installed extensions. diff --git a/mozilla/webtools/bugzilla/Bugzilla/Template/Plugin/Hook.pm b/mozilla/webtools/bugzilla/Bugzilla/Template/Plugin/Hook.pm index bcfda1e5b53..2f94c1dbeec 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Template/Plugin/Hook.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Template/Plugin/Hook.pm @@ -136,6 +136,6 @@ Template Toolkit plugin to process hooks added into templates by extensions. =head1 SEE ALSO L -L -L -L +LEwww.bugzilla.orgEdocsEtipEhtmlEcustomization.html> +LEbugzilla.mozilla.orgEshow_bug.cgi?id=229658> +LEbugzilla.mozilla.orgEshow_bug.cgi?id=298341>