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_plugin_api.php | |
parent | d824acaf11b9cc0d196488ef3c9bc03bee41f948 (diff) |
Add class docuumentation blocks and make phpdoc work again
Diffstat (limited to 'program/include/rcube_plugin_api.php')
-rw-r--r-- | program/include/rcube_plugin_api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_plugin_api.php b/program/include/rcube_plugin_api.php index 6b6a0a263..c31773c29 100644 --- a/program/include/rcube_plugin_api.php +++ b/program/include/rcube_plugin_api.php @@ -22,7 +22,7 @@ /** * The plugin loader and global API * - * @package Core + * @package PluginAPI */ class rcube_plugin_api { |