Thanks Mark, That appears to work alot better. Two seperate doc blocks are required.
Cheers Aaron ----- Original Message ----- From: "Mark Rickerby" <[email protected]> To: <[email protected]> Sent: Wednesday, February 11, 2009 10:37 AM Subject: [phpug] Re: PHPDoc Syntax > > You generally need a page level docblock to come before the class > level docblock... > > <?php > /** > * (c) statement etc > * @package myapp > */ > require_once 'somefileineed.php'; > > /** > * Main class docblock > * > * More here > * > * @abstract > */ > class MyClass ... > > > However, it should work fine without... I have never run into any > problems with this... > > > --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
