From d062dbe18cbb2609cd2cc67ae843cf33bb4971cf Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 23 Apr 2010 14:25:28 +0000 Subject: Add class docuumentation blocks and make phpdoc work again --- program/include/rcube_mime_struct.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'program/include/rcube_mime_struct.php') diff --git a/program/include/rcube_mime_struct.php b/program/include/rcube_mime_struct.php index bc00da50a..5115628b0 100644 --- a/program/include/rcube_mime_struct.php +++ b/program/include/rcube_mime_struct.php @@ -23,7 +23,12 @@ */ - +/** + * Helper class to process IMAP's BODYSTRUCTURE string + * + * @package Mail + * @author Aleksander Machniak + */ class rcube_mime_struct { private $structure; -- cgit v1.2.3