From 5b4323e1bddef25fd6b2ef6ba9babceab62639f1 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 11 Sep 2005 20:48:54 +0000 Subject: [PATCH] fix pad head directives in pod re sf#1287994 --- docs/changelog/6.x.x.txt | 3 ++- lib/WebGUI/Asset/Event.pm | 2 +- lib/WebGUI/Asset/Wobject/IndexedSearch/Search.pm | 2 -- lib/WebGUI/ErrorHandler.pm | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 7607e3d78..2638916ef 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -1,5 +1,6 @@ 6.7.4 - fix [ 1279861 ] POD errors in 6.7.3 + - fix [ 1287994 ] POD errors in 6.7.4 - Fixed the default assets icon. - Made further alterations to the page layout templates to make them work better in IE. @@ -1499,4 +1500,4 @@ webgui. - Bugfix [ 822805 ] Emptying trash can cause fatal error (Thanks to Steve Simms.) - Changed the upgrade system to stop after an error so the sys admin can fix - the problem before continuing. \ No newline at end of file + the problem before continuing. diff --git a/lib/WebGUI/Asset/Event.pm b/lib/WebGUI/Asset/Event.pm index 395c1f963..b5ce466c6 100644 --- a/lib/WebGUI/Asset/Event.pm +++ b/lib/WebGUI/Asset/Event.pm @@ -180,7 +180,7 @@ sub processPropertiesFromFormPost { #------------------------------------------------------------------- -=head setParent ( newParent ) +=head2 setParent ( newParent ) We're overloading the setParent in Asset because we don't want events to be able to be posted to anything other than the events calendar. diff --git a/lib/WebGUI/Asset/Wobject/IndexedSearch/Search.pm b/lib/WebGUI/Asset/Wobject/IndexedSearch/Search.pm index 8bdd35d90..55864cfb1 100644 --- a/lib/WebGUI/Asset/Wobject/IndexedSearch/Search.pm +++ b/lib/WebGUI/Asset/Wobject/IndexedSearch/Search.pm @@ -171,8 +171,6 @@ A boolean indicating whether or not to enable highlight. Defaults to "1". A reference to an array of CSS color identificators. -=head3 - =cut sub getDetails { diff --git a/lib/WebGUI/ErrorHandler.pm b/lib/WebGUI/ErrorHandler.pm index cb098621c..117a19abf 100644 --- a/lib/WebGUI/ErrorHandler.pm +++ b/lib/WebGUI/ErrorHandler.pm @@ -80,7 +80,7 @@ sub audit { #------------------------------------------------------------------- -=head canShowDebug ( ) +=head2 canShowDebug ( ) Returns true if the user meets the condition to see debugging information and debug mode is enabled. @@ -99,7 +99,7 @@ sub canShowDebug { #------------------------------------------------------------------- -=head canShowPerformanceIndicators () +=head2 canShowPerformanceIndicators () Returns true if the user meets the conditions to see performance indicators and performance indicators are enabled.