I think PHPDoc is only for documenting classes...
--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Remi Ricard <[EMAIL PROTECTED]>
Newsgroups: php.general
Sent: Tuesday, March 13, 2001 11:20 AM
Subject: [PHP] PHPDoc and file with function only
> 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]
>
--
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]