From d062dbe18cbb2609cd2cc67ae843cf33bb4971cf Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 23 Apr 2010 10:25:28 -0400 Subject: [PATCH] Add class docuumentation blocks and make phpdoc work again --- program/include/rcube_mime_struct.php | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/program/include/rcube_mime_struct.php b/program/include/rcube_mime_struct.php index bc00da5..5115628 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 <alec@alec.pl> + */ class rcube_mime_struct { private $structure; -- Gitblit v1.9.1