From 22f1769f5a769204ddeb3bfbdf12ae971b282997 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 9 Jul 2010 15:58:39 -0600 Subject: [PATCH] Fix phpdoc for Text_Filter package --- framework/Text_Filter/lib/Horde/Text/Filter.php | 8 +++++--- framework/Text_Filter/lib/Horde/Text/Filter/Base.php | 10 ++++++---- framework/Text_Filter/lib/Horde/Text/Filter/Bbcode.php | 6 ++++-- framework/Text_Filter/lib/Horde/Text/Filter/Cleanascii.php | 6 ++++-- framework/Text_Filter/lib/Horde/Text/Filter/Cleanhtml.php | 6 ++++-- .../Text_Filter/lib/Horde/Text/Filter/Dimsignature.php | 6 ++++-- framework/Text_Filter/lib/Horde/Text/Filter/Emails.php | 8 +++++--- framework/Text_Filter/lib/Horde/Text/Filter/Environment.php | 6 ++++-- .../Text_Filter/lib/Horde/Text/Filter/Highlightquotes.php | 8 +++++--- framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php | 8 +++++--- .../Text_Filter/lib/Horde/Text/Filter/JavascriptMinify.php | 10 ++++++---- .../lib/Horde/Text/Filter/JavascriptMinify/JsMin.php | 13 +++++++++++-- framework/Text_Filter/lib/Horde/Text/Filter/Linkurls.php | 8 +++++--- .../Text_Filter/lib/Horde/Text/Filter/Simplemarkup.php | 6 ++++-- framework/Text_Filter/lib/Horde/Text/Filter/Space2html.php | 8 +++++--- framework/Text_Filter/lib/Horde/Text/Filter/Tabs2spaces.php | 6 ++++-- framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php | 8 +++++--- framework/Text_Filter/lib/Horde/Text/Filter/Words.php | 6 ++++-- framework/Text_Filter/lib/Horde/Text/Filter/Xss.php | 6 ++++-- 19 files changed, 94 insertions(+), 49 deletions(-) diff --git a/framework/Text_Filter/lib/Horde/Text/Filter.php b/framework/Text_Filter/lib/Horde/Text/Filter.php index 9dc0aa435..9ec6f044b 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter.php @@ -7,9 +7,11 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Chuck Hagenbuch - * @author Jan Schneider - * @package Horde_Text_Filter + * @author Chuck Hagenbuch + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Base.php b/framework/Text_Filter/lib/Horde/Text/Filter/Base.php index 36c751461..691b01176 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Base.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Base.php @@ -7,10 +7,12 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Chuck Hagenbuch - * @author Jan Schneider - * @author Michael Slusarz - * @package Horde_Text_Filter + * @author Chuck Hagenbuch + * @author Jan Schneider + * @author Michael Slusarz + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Bbcode.php b/framework/Text_Filter/lib/Horde/Text/Filter/Bbcode.php index f3e02dcf7..6e6933bfe 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Bbcode.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Bbcode.php @@ -54,8 +54,10 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Carlos Pedrinaci - * @package Horde_Text_Filter + * @author Carlos Pedrinaci + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Bbcode extends Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Cleanascii.php b/framework/Text_Filter/lib/Horde/Text/Filter/Cleanascii.php index a91c56d15..5edf52e10 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Cleanascii.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Cleanascii.php @@ -13,8 +13,10 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Jan Schneider - * @package Horde_Text + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Cleanascii extends Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Cleanhtml.php b/framework/Text_Filter/lib/Horde/Text/Filter/Cleanhtml.php index e0af7629e..667a43f60 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Cleanhtml.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Cleanhtml.php @@ -17,8 +17,10 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Michael Slusarz - * @package Horde_Text + * @author Michael Slusarz + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Cleanhtml extends Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Dimsignature.php b/framework/Text_Filter/lib/Horde/Text/Filter/Dimsignature.php index 3ee2b32d7..b44506fbc 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Dimsignature.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Dimsignature.php @@ -8,8 +8,10 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Jan Schneider - * @package Horde_Text + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Dimsignature extends Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Emails.php b/framework/Text_Filter/lib/Horde/Text/Filter/Emails.php index 4c9fb53a0..1a3ee73bf 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Emails.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Emails.php @@ -20,9 +20,11 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Tyler Colbert - * @author Jan Schneider - * @package Horde_Text + * @author Tyler Colbert + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Emails extends Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Environment.php b/framework/Text_Filter/lib/Horde/Text/Filter/Environment.php index 58e918ccb..385c667f0 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Environment.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Environment.php @@ -9,8 +9,10 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Jan Schneider - * @package Horde_Text + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Environment extends Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Highlightquotes.php b/framework/Text_Filter/lib/Horde/Text/Filter/Highlightquotes.php index 2a951507a..971063f3c 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Highlightquotes.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Highlightquotes.php @@ -24,9 +24,11 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Michael Slusarz - * @author Jan Schneider - * @package Horde_Text + * @author Michael Slusarz + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Highlightquotes extends Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php b/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php index 9bcddf0f0..f3591ebb2 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php @@ -13,9 +13,11 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Jan Schneider - * @author Michael Slusarz - * @package Horde_Text + * @author Jan Schneider + * @author Michael Slusarz + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Html2text extends Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/JavascriptMinify.php b/framework/Text_Filter/lib/Horde/Text/Filter/JavascriptMinify.php index c444340eb..89ce63df4 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/JavascriptMinify.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/JavascriptMinify.php @@ -5,11 +5,13 @@ * * Copyright 2009-2010 The Horde Project (http://www.horde.org/) * - * See the enclosed file COPYING for license information (GPL). If you - * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. + * See the enclosed file COPYING for license information (LGPL). If you + * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Michael Slusarz - * @package Horde_Text_Filter + * @author Michael Slusarz + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_JavascriptMinify extends Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/JavascriptMinify/JsMin.php b/framework/Text_Filter/lib/Horde/Text/Filter/JavascriptMinify/JsMin.php index 7b5333eeb..6d1f0e17e 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/JavascriptMinify/JsMin.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/JavascriptMinify/JsMin.php @@ -36,9 +36,18 @@ * URL: http://code.google.com/p/jsmin-php/ * -- * - * @pacakge Horde_Text_Filter + * Additional cleanups/code by the Horde Project. + * + * Copyright 2009-2010 The Horde Project (http://www.horde.org/) + * + * See the enclosed file COPYING for license information (LGPL). If you + * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. + * + * @author Michael Slusarz + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ - class Horde_Text_Filter_JavascriptMinify_JsMin { /* Constants. */ diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Linkurls.php b/framework/Text_Filter/lib/Horde/Text/Filter/Linkurls.php index 4fd1f23ec..1e488d0a6 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Linkurls.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Linkurls.php @@ -29,9 +29,11 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Tyler Colbert - * @author Jan Schneider - * @package Horde_Text + * @author Tyler Colbert + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Linkurls extends Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Simplemarkup.php b/framework/Text_Filter/lib/Horde/Text/Filter/Simplemarkup.php index af81d03fa..25b0d5c21 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Simplemarkup.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Simplemarkup.php @@ -7,8 +7,10 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Jan Schneider - * @package Horde_Text + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Simplemarkup extends Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Space2html.php b/framework/Text_Filter/lib/Horde/Text/Filter/Space2html.php index 8cb1148b1..17f902deb 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Space2html.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Space2html.php @@ -14,9 +14,11 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Jan Schneider - * @author Mathieu Arnold - * @package Horde_Text + * @author Jan Schneider + * @author Mathieu Arnold + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Space2html extends Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Tabs2spaces.php b/framework/Text_Filter/lib/Horde/Text/Filter/Tabs2spaces.php index fedebbd7a..73e275ceb 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Tabs2spaces.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Tabs2spaces.php @@ -9,8 +9,10 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Chuck Hagenbuch - * @package Horde_Text + * @author Chuck Hagenbuch + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Tabs2spaces extends Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php b/framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php index fc4fd2901..63acd5f9e 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php @@ -32,9 +32,11 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Chuck Hagenbuch - * @author Jan Schneider - * @package Horde_Text + * @author Chuck Hagenbuch + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Text2html extends Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Words.php b/framework/Text_Filter/lib/Horde/Text/Filter/Words.php index 6e6f53603..d62bb066a 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Words.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Words.php @@ -14,8 +14,10 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Jan Schneider - * @package Horde_Text + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Words extends Horde_Text_Filter_Base { diff --git a/framework/Text_Filter/lib/Horde/Text/Filter/Xss.php b/framework/Text_Filter/lib/Horde/Text/Filter/Xss.php index 4be592970..a37e5ba20 100644 --- a/framework/Text_Filter/lib/Horde/Text/Filter/Xss.php +++ b/framework/Text_Filter/lib/Horde/Text/Filter/Xss.php @@ -28,8 +28,10 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Jan Schneider - * @package Horde_Text + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Text_Filter */ class Horde_Text_Filter_Xss extends Horde_Text_Filter_Base { -- 2.11.0