Uncommited changes synced
[PHP_CodeDoc] / CodeDoc / Parser / Comment.php
index a52e495..34e394a 100644 (file)
@@ -160,7 +160,7 @@ class PHP_CodeDoc_Parser_Comment {
                         $flags['rawdata'] = TRUE;
                         break;
                     default:
-                        $desc->$key = $linedata[2];
+                        $desc->$key = $linedata[2];\r
                 }
                 continue;
             }