diff options
author | thomascube <thomas@roundcube.net> | 2010-04-23 14:25:28 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-04-23 14:25:28 +0000 |
commit | d062dbe18cbb2609cd2cc67ae843cf33bb4971cf (patch) | |
tree | a6d5599167927c659dab831b65b853a815f4d280 /program/include/rcube_imap.php | |
parent | d824acaf11b9cc0d196488ef3c9bc03bee41f948 (diff) |
Add class docuumentation blocks and make phpdoc work again
Diffstat (limited to 'program/include/rcube_imap.php')
-rw-r--r-- | program/include/rcube_imap.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php index 2a1f4288f..9facb322d 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -26,7 +26,8 @@ * * @package Mail * @author Thomas Bruederli <roundcube@gmail.com> - * @version 1.6 + * @author Aleksander Machniak <alec@alec.pl> + * @version 2.0 */ class rcube_imap { |