diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-01-30 09:56:56 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-01-30 09:56:56 +0100 |
commit | 9ba4967a73a3d3db80af333a7d3d93e5a2c8bf79 (patch) | |
tree | f78f655c3c24017ab3d85bec9823ab09c0dcfb80 /program/include/rcmail_output.php | |
parent | 1978ae97a5e0feb8d205c5fcbaa2cc16ce3ffc28 (diff) |
Create class documentation with latest phpdoc utility
Diffstat (limited to 'program/include/rcmail_output.php')
-rw-r--r-- | program/include/rcmail_output.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail_output.php b/program/include/rcmail_output.php index 36512ad48..0f7aaf966 100644 --- a/program/include/rcmail_output.php +++ b/program/include/rcmail_output.php @@ -22,7 +22,7 @@ /** * Class for output generation * - * @package Core + * @package Webmail * @subpackage View */ abstract class rcmail_output extends rcube_output |