Fix phpdoc for Text_Filter package
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 9 Jul 2010 21:58:39 +0000 (15:58 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 12 Jul 2010 04:24:21 +0000 (22:24 -0600)
19 files changed:
framework/Text_Filter/lib/Horde/Text/Filter.php
framework/Text_Filter/lib/Horde/Text/Filter/Base.php
framework/Text_Filter/lib/Horde/Text/Filter/Bbcode.php
framework/Text_Filter/lib/Horde/Text/Filter/Cleanascii.php
framework/Text_Filter/lib/Horde/Text/Filter/Cleanhtml.php
framework/Text_Filter/lib/Horde/Text/Filter/Dimsignature.php
framework/Text_Filter/lib/Horde/Text/Filter/Emails.php
framework/Text_Filter/lib/Horde/Text/Filter/Environment.php
framework/Text_Filter/lib/Horde/Text/Filter/Highlightquotes.php
framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php
framework/Text_Filter/lib/Horde/Text/Filter/JavascriptMinify.php
framework/Text_Filter/lib/Horde/Text/Filter/JavascriptMinify/JsMin.php
framework/Text_Filter/lib/Horde/Text/Filter/Linkurls.php
framework/Text_Filter/lib/Horde/Text/Filter/Simplemarkup.php
framework/Text_Filter/lib/Horde/Text/Filter/Space2html.php
framework/Text_Filter/lib/Horde/Text/Filter/Tabs2spaces.php
framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php
framework/Text_Filter/lib/Horde/Text/Filter/Words.php
framework/Text_Filter/lib/Horde/Text/Filter/Xss.php

index 9dc0aa4..9ec6f04 100644 (file)
@@ -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 <chuck@horde.org>
- * @author  Jan Schneider <jan@horde.org>
- * @package Horde_Text_Filter
+ * @author   Chuck Hagenbuch <chuck@horde.org>
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter
 {
index 36c7514..691b011 100644 (file)
@@ -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 <chuck@horde.org>
- * @author  Jan Schneider <jan@horde.org>
- * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Text_Filter
+ * @author   Chuck Hagenbuch <chuck@horde.org>
+ * @author   Jan Schneider <jan@horde.org>
+ * @author   Michael Slusarz <slusarz@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Base
 {
index f3e02dc..6e6933b 100644 (file)
  * 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 <cpedrinaci@yahoo.es>
- * @package Horde_Text_Filter
+ * @author   Carlos Pedrinaci <cpedrinaci@yahoo.es>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Bbcode extends Horde_Text_Filter_Base
 {
index a91c56d..5edf52e 100644 (file)
  * 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 <jan@horde.org>
- * @package Horde_Text
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Cleanascii extends Horde_Text_Filter_Base
 {
index e0af762..667a43f 100644 (file)
  * 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 <jan@horde.org>
- * @package Horde_Text
+ * @author   Michael Slusarz <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Cleanhtml extends Horde_Text_Filter_Base
 {
index 3ee2b32..b44506f 100644 (file)
@@ -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 <jan@horde.org>
- * @package Horde_Text
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Dimsignature extends Horde_Text_Filter_Base
 {
index 4c9fb53..1a3ee73 100644 (file)
  * 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 <tyler@colberts.us>
- * @author Jan Schneider <jan@horde.org>
- * @package Horde_Text
+ * @author   Tyler Colbert <tyler@colberts.us>
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Emails extends Horde_Text_Filter_Base
 {
index 58e918c..385c667 100644 (file)
@@ -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 <jan@horde.org>
- * @package Horde_Text
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Environment extends Horde_Text_Filter_Base
 {
index 2a95150..971063f 100644 (file)
  * 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 <slusarz@horde.org>
- * @author  Jan Schneider <jan@horde.org>
- * @package Horde_Text
+ * @author   Michael Slusarz <slusarz@horde.org>
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Highlightquotes extends Horde_Text_Filter_Base
 {
index 9bcddf0..f3591eb 100644 (file)
  * 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 <jan@horde.org>
- * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Text
+ * @author   Jan Schneider <jan@horde.org>
+ * @author   Michael Slusarz <slusarz@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Html2text extends Horde_Text_Filter_Base
 {
index c444340..89ce63d 100644 (file)
@@ -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 <slusarz@horde.org>
- * @package Horde_Text_Filter
+ * @author   Michael Slusarz <slusarz@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_JavascriptMinify extends Horde_Text_Filter_Base
 {
index 7b5333e..6d1f0e1 100644 (file)
  * 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 <slusarz@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
-
 class Horde_Text_Filter_JavascriptMinify_JsMin
 {
     /* Constants. */
index 4fd1f23..1e488d0 100644 (file)
  * 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 <tyler@colberts.us>
- * @author  Jan Schneider <jan@horde.org>
- * @package Horde_Text
+ * @author   Tyler Colbert <tyler@colberts.us>
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Linkurls extends Horde_Text_Filter_Base
 {
index af81d03..25b0d5c 100644 (file)
@@ -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 <jan@horde.org>
- * @package Horde_Text
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Simplemarkup extends Horde_Text_Filter_Base
 {
index 8cb1148..17f902d 100644 (file)
  * 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 <jan@horde.org>
- * @author  Mathieu Arnold <mat@mat.cc>
- * @package Horde_Text
+ * @author   Jan Schneider <jan@horde.org>
+ * @author   Mathieu Arnold <mat@mat.cc>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Space2html extends Horde_Text_Filter_Base
 {
index fedebbd..73e275c 100644 (file)
@@ -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 <chuck@horde.org>
- * @package Horde_Text
+ * @author   Chuck Hagenbuch <chuck@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Tabs2spaces extends Horde_Text_Filter_Base
 {
index fc4fd29..63acd5f 100644 (file)
  * 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 <chuck@horde.org>
- * @author  Jan Schneider <jan@horde.org>
- * @package Horde_Text
+ * @author   Chuck Hagenbuch <chuck@horde.org>
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Text2html extends Horde_Text_Filter_Base
 {
index 6e6f536..d62bb06 100644 (file)
  * 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 <jan@horde.org>
- * @package Horde_Text
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Words extends Horde_Text_Filter_Base
 {
index 4be5929..a37e5ba 100644 (file)
  * 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 <jan@horde.org>
- * @package Horde_Text
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Text_Filter
  */
 class Horde_Text_Filter_Xss extends Horde_Text_Filter_Base
 {