From 9ab34604d94270f6c1795c7dd7b615273d05db0c Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sat, 17 Nov 2012 03:24:05 -0500
Subject: [PATCH] Define @package and @subpackage of Framework classes

---
 program/include/rcube_csv2vcard.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/program/include/rcube_csv2vcard.php b/program/include/rcube_csv2vcard.php
index 6ec2158..114d36d 100644
--- a/program/include/rcube_csv2vcard.php
+++ b/program/include/rcube_csv2vcard.php
@@ -21,8 +21,9 @@
 /**
  * CSV to vCard data converter
  *
- * @package Roundcube Framework
- * @author  Aleksander Machniak <alec@alec.pl>
+ * @package    Framework
+ * @subpackage Addressbook
+ * @author     Aleksander Machniak <alec@alec.pl>
  */
 class rcube_csv2vcard
 {

--
Gitblit v1.9.1