updated inline docs for test

This commit is contained in:
seek3r 2001-12-23 10:55:19 +00:00
parent d7156e82f1
commit 522894534a

View File

@ -175,6 +175,10 @@
return $this->members; return $this->members;
} }
/*!
@class_start accounts
@abstract a test.
*/
/*! /*!
@function get_nextid @function get_nextid
@ -229,4 +233,8 @@
return $nextid; return $nextid;
} }
} }
/*!
@class_end accounts
@abstract a test.
*/
?> ?>