diff --git a/lib/Doctrine/ClassMetadata/CodeDriver.php b/lib/Doctrine/ClassMetadata/CodeDriver.php index 237e3eabc..c60477bb2 100644 --- a/lib/Doctrine/ClassMetadata/CodeDriver.php +++ b/lib/Doctrine/ClassMetadata/CodeDriver.php @@ -1,10 +1,36 @@ -. + */ /** - * The code metadata driver loads the metadata of the classes through invoking + * The code metadata driver loads the metadata of the classes through invoking * a static callback method that needs to be implemented when using this driver. * - * @author Roman Borschel + * @author Konsta Vesterinen + * @author Roman Borschel + * @package Doctrine + * @subpackage ClassMetadata + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @version $Revision$ + * @link www.phpdoctrine.org + * @since 2.0 */ class Doctrine_ClassMetadata_CodeDriver {