[PHP] Re: Documenting Code Question

2005-06-13 Thread Bogomil Shopov
Hi Cris, I think object is necessary for PHPDoc standart (or similar);) But a detailed description of what object contains will be very helpfull. Unfortunatly you should make it in a separate file. -- Bogomil B. Shopov http://purplerain.org Reply --- Chris Drozdowski wrote: I

[PHP] Re: Documenting Code Question

2005-06-13 Thread Matthew Weier O'Phinney
* Chris Drozdowski [EMAIL PROTECTED]: I need some help regarding documenting code. Say you have a function/method that takes an object as a parameter and/or returns an object. When documenting, do you specify the specific class of the object when listing the datatype in the docblock