Hi,
I'm trying to document a file which include only function and it
does not work
can you help me on that.
The file look like:
/**
* Small comments
*
* Bigger comments lkjadfhlkjgaljfdgag ;kajhdflhgdsbf
* @module mod1
* @modulegroup mod_group1
*/
/**
* Small comment for the function
*
* Bigger comment for the function kjhdlakhdlakjfhlakdhf
* @param string first param
* @return boolean A value to be returned
*/
function tata($str) { return 1; }
I'm able to document file which contains class.
Remi Ricard
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]