summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2006-03-01 00:23:31 +0100
committerjocuri%softhome.net <>2006-03-01 00:23:31 +0100
commit692dcb72ed5ed25d2320a962ab28008a797c5b08 (patch)
tree755f4c040bd8a6420a8f045a9d6a413e9a82ad00
parent729911c15cbdb7189ccbc74d69c4ffd302b4976e (diff)
downloadbugzilla-692dcb72ed5ed25d2320a962ab28008a797c5b08.tar.gz
bugzilla-692dcb72ed5ed25d2320a962ab28008a797c5b08.tar.xz
Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test 11).
-rw-r--r--Bugzilla/Auth/Verify/LDAP.pm2
-rw-r--r--Bugzilla/Component.pm4
-rw-r--r--Bugzilla/Hook.pm2
-rw-r--r--Bugzilla/Template/Plugin/Hook.pm6
4 files changed, 8 insertions, 6 deletions
diff --git a/Bugzilla/Auth/Verify/LDAP.pm b/Bugzilla/Auth/Verify/LDAP.pm
index ee58f9d7e..e8e744971 100644
--- a/Bugzilla/Auth/Verify/LDAP.pm
+++ b/Bugzilla/Auth/Verify/LDAP.pm
@@ -185,7 +185,7 @@ Bugzilla, which logs the user in using an LDAP directory.
=head1 DISCLAIMER
B<This module is experimental>. It is poorly documented, and not very flexible.
-Search L<http://bugzilla.mozilla.org/> for a list of known LDAP bugs.
+Search L<http:E<sol>E<sol>bugzilla.mozilla.orgE<sol>> 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/Bugzilla/Component.pm b/Bugzilla/Component.pm
index 20df65550..827be789d 100644
--- a/Bugzilla/Component.pm
+++ b/Bugzilla/Component.pm
@@ -229,7 +229,7 @@ Component.pm represents a Product Component object.
=item C<bugs_ids()>
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/Bugzilla/Hook.pm b/Bugzilla/Hook.pm
index 91188e87b..97bec6c5c 100644
--- a/Bugzilla/Hook.pm
+++ b/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<process>
Invoke any code hooks with a matching name from any installed extensions.
diff --git a/Bugzilla/Template/Plugin/Hook.pm b/Bugzilla/Template/Plugin/Hook.pm
index bcfda1e5b..2f94c1dbe 100644
--- a/Bugzilla/Template/Plugin/Hook.pm
+++ b/Bugzilla/Template/Plugin/Hook.pm
@@ -136,6 +136,6 @@ Template Toolkit plugin to process hooks added into templates by extensions.
=head1 SEE ALSO
L<Template::Plugin>
-L<Customization.xml in the Bugzilla Guide>
-L<http://bugzilla.mozilla.org/show_bug.cgi?id=229658>
-L<http://bugzilla.mozilla.org/show_bug.cgi?id=298341>
+L<http:E<sol>E<sol>www.bugzilla.orgE<sol>docsE<sol>tipE<sol>htmlE<sol>customization.html>
+L<http:E<sol>E<sol>bugzilla.mozilla.orgE<sol>show_bug.cgi?id=229658>
+L<http:E<sol>E<sol>bugzilla.mozilla.orgE<sol>show_bug.cgi?id=298341>