logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: PHPDoc bug: msg#00552

Subject: Re: PHPDoc bug
PHPDoc is deprecated, use phpDocumentor instead.

pear upgrade Archive_Tar
pear uninstall PHPDoc
pear install PhpDocumentor

regards,
Greg
http://www.phpdoc.org

Dorgon wrote:
Hi,

PHPDoc somehow doesn't grab the doc lines before the "class" definition.
I don't know why. I have one file per class. In the example below all
function comments are captured, but the class documentation not.

Does anybody have the same problem?

/dorgon

<beginOfFile>
/** class Foo
 * controller class, monitoring coffein level in blood
 *
 * @author ...
 */

class Foo {

   /** function init
    * asdf
    */
   function init() { ... }

   /** function inject
    * jklö
    * @param float $ml mili litres
    * @return boolean status
    */
   function inject($ml) { ... }
}

</endOfFile>



--
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>