From 9ba4967a73a3d3db80af333a7d3d93e5a2c8bf79 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 30 Jan 2014 03:56:56 -0500
Subject: [PATCH] Create class documentation with latest phpdoc utility
---
program/include/rcmail.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index 9c7ed98..f4013d3 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -25,7 +25,7 @@
* Application class of Roundcube Webmail
* implemented as singleton
*
- * @package Core
+ * @package Webmail
*/
class rcmail extends rcube
{
--
Gitblit v1.9.1