[Solar-svn] Revision 2602

pmjones at solarphp.com pmjones at solarphp.com
Sat Jul 21 15:11:12 CDT 2007


Solar_Docs_Phpdoc: [REV] No longer pre-populate @ignore value


Modified: trunk/Solar/Docs/Phpdoc.php
===================================================================
--- trunk/Solar/Docs/Phpdoc.php	2007-07-21 18:14:49 UTC (rev 2601)
+++ trunk/Solar/Docs/Phpdoc.php	2007-07-21 20:11:12 UTC (rev 2602)
@@ -103,10 +103,8 @@
      */
     public function parse($block)
     {
-        // clear out prior info and pre-populate @ignore
-        $this->_info = array(
-            'ignore' => false,
-        );
+        // clear out prior info
+        $this->_info = array();
         
         // fix line-endings from windows
         $block = str_replace("\r\n", "\n", $block);




More information about the Solar-svn mailing list