diff --git a/phpgwapi/inc/class.accounts_shared.inc.php b/phpgwapi/inc/class.accounts_shared.inc.php index 5aa7df306b..8d5108a196 100644 --- a/phpgwapi/inc/class.accounts_shared.inc.php +++ b/phpgwapi/inc/class.accounts_shared.inc.php @@ -175,6 +175,10 @@ return $this->members; } + /*! + @class_start accounts + @abstract a test. + */ /*! @function get_nextid @@ -229,4 +233,8 @@ return $nextid; } } + /*! + @class_end accounts + @abstract a test. + */ ?>