phpdocumentor preparation and a few corrections to earlier phpdocumentor work
[squirrelmail.git] / functions / addressbook.php
index dcafc36a68231d9a7020703676b4dfca498ef8f4..ccef55084c187927e1deae3af6c31f766a400301 100644 (file)
@@ -123,10 +123,10 @@ function addressbook_cmp($a,$b) {
 }
 
 
-/*
+/**
  * This is the main address book class that connect all the
  * backends and provide services to the functions above.
- *
+ * @package squirrelmail
  */
 
 class AddressBook {
@@ -462,8 +462,9 @@ class AddressBook {
     
 } /* End of class Addressbook */
 
-/*
+/**
  * Generic backend that all other backends extend
+ * @package squirrelmail
  */
 class addressbook_backend {