<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test/lang.sh</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -42,10 +42,12 @@ class DocParser(object):
             f=open(os.path.join(path, file))
             #adding a return to the beginning of the line allows for:
             #  #!/usr/bin/foo
-            fileStr = StringIO(&quot;\n%s&quot; % f.read()).getvalue()
+            #  MOVED to the fil marker
+            # fileStr = StringIO(&quot;\n%s&quot; % f.read()).getvalue()
+            fileStr = StringIO(&quot;%s&quot; % f.read()).getvalue()
             log.info(&quot;parsing &quot; + file)
             # add a file marker token so the parser can keep track of what is in what file
-            content = &quot;\n/** @%s %s \n*/&quot; % (FILE_MARKER, file)
+            content = &quot;\n/** @%s %s \n*/\n&quot; % (FILE_MARKER, file)
 
             # copy
             out = open(os.path.join(self.outputdir, file), &quot;w&quot;)
@@ -139,8 +141,6 @@ class DocParser(object):
             for match in self.matches:
                 self.parse(self.tokenize(match))
 
- 
-            
         
         out = open(os.path.join(self.outputdir, outputfile), &quot;w&quot;)
 </diff>
      <filename>bin/yuidoc_parse.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4070022d95e46ae68d05c99ae884d7f08569969b</id>
    </parent>
  </parents>
  <author>
    <name>Adam Moore</name>
    <login></login>
    <email>adamoore@yahoo-inc.com</email>
  </author>
  <url>http://github.com/yui/yuidoc/commit/d23d4ce836f17f55c5db65176c6fdeac71cde472</url>
  <id>d23d4ce836f17f55c5db65176c6fdeac71cde472</id>
  <committed-date>2009-06-30T14:43:04-07:00</committed-date>
  <authored-date>2009-06-30T14:43:04-07:00</authored-date>
  <message>moved newline hack into file marker, added multi-lang test</message>
  <tree>dbd5d6aa5a3182b1cab6e0f1e3ace67c627ce662</tree>
  <committer>
    <name>Adam Moore</name>
    <login></login>
    <email>adamoore@yahoo-inc.com</email>
  </committer>
</commit>
