Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Mar 5, 2015
1 parent 522d235 commit 2a27881
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php
@@ -1,19 +1,27 @@
<?php
/**
* The Horde_Mime_Viewer_Html class renders out HTML text with an effort to
* remove potentially malicious code.
*
* Copyright 1999-2015 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
*
* @author Anil Madhavapeddy <anil@recoil.org>
* @author Jon Parise <jon@horde.org>
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Mime_Viewer
* @category Horde
* @copyright 1999-2015 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Mime_Viewer
*/

/**
* The Horde_Mime_Viewer_Html class renders out HTML text with an effort to
* remove potentially malicious code.
*
* @author Anil Madhavapeddy <anil@recoil.org>
* @author Jon Parise <jon@horde.org>
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 1999-2015 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Mime_Viewer
*/
class Horde_Mime_Viewer_Html extends Horde_Mime_Viewer_Base
{
Expand Down

0 comments on commit 2a27881

Please sign in to comment.