<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>47ca60b972448b4d9a86007176997ce99fb3cba9</id>
      </parent>
    </parents>
    <author>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </author>
    <url>http://github.com/chriseppstein/sassdoc/commit/b2b8ffa0241d7720ef65cc7c0ac7d24c59daf6dd</url>
    <id>b2b8ffa0241d7720ef65cc7c0ac7d24c59daf6dd</id>
    <committed-date>2009-03-01T23:36:16-08:00</committed-date>
    <authored-date>2009-03-01T23:36:16-08:00</authored-date>
    <message>Fixing bug with multiple file comment

The problem occurred when you were using more then one file comment in your sass document.  The root cause was the fact that the FileDocumentation's raw_documentation method was depending on Documentation's raw_documentation (through super).  Documentation's raw_documentation method is designed to cache it's response therefore causing all file comments looked identical to the first one.  Instead of making it so that it does not cache itself, I changed FileDocumentation's raw_documentation logic to not depend on super.</message>
    <tree>9fe2615a062d47ae9180da077214ff83a12b663a</tree>
    <committer>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6539ab2764fe5ff0e4da08ef59fc45e959cd450b</id>
      </parent>
    </parents>
    <author>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </author>
    <url>http://github.com/chriseppstein/sassdoc/commit/47ca60b972448b4d9a86007176997ce99fb3cba9</url>
    <id>47ca60b972448b4d9a86007176997ce99fb3cba9</id>
    <committed-date>2009-03-01T22:27:43-08:00</committed-date>
    <authored-date>2009-03-01T22:27:43-08:00</authored-date>
    <message>Adding functionality to handle FileDocumentation</message>
    <tree>f926f852cafba25ce0d8d04225214041221c4262</tree>
    <committer>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e534dcca9a3dea2ce31550489dc20565b0238612</id>
      </parent>
    </parents>
    <author>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </author>
    <url>http://github.com/chriseppstein/sassdoc/commit/6539ab2764fe5ff0e4da08ef59fc45e959cd450b</url>
    <id>6539ab2764fe5ff0e4da08ef59fc45e959cd450b</id>
    <committed-date>2009-03-01T01:44:27-08:00</committed-date>
    <authored-date>2009-03-01T01:44:27-08:00</authored-date>
    <message>Minor code output change.  Variable Documentation's seperator was 1 character too big.</message>
    <tree>6ccbad4dd079517145548f87e969d9f89b8a4545</tree>
    <committer>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4aa66ebeedd7f44ac13c76b4433ce16ebe9c66ee</id>
      </parent>
    </parents>
    <author>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </author>
    <url>http://github.com/chriseppstein/sassdoc/commit/e534dcca9a3dea2ce31550489dc20565b0238612</url>
    <id>e534dcca9a3dea2ce31550489dc20565b0238612</id>
    <committed-date>2009-03-01T01:42:37-08:00</committed-date>
    <authored-date>2009-03-01T01:41:03-08:00</authored-date>
    <message>Fixed bug caused by typo.  Also, some minor code indentation.</message>
    <tree>8bc72b9f19f6018c3eae46c124f8afe6acaec0d2</tree>
    <committer>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>16e198ff8e3f978cd929dc5c49966a1c5f105f0b</id>
      </parent>
    </parents>
    <author>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </author>
    <url>http://github.com/chriseppstein/sassdoc/commit/4aa66ebeedd7f44ac13c76b4433ce16ebe9c66ee</url>
    <id>4aa66ebeedd7f44ac13c76b4433ce16ebe9c66ee</id>
    <committed-date>2009-03-01T01:09:20-08:00</committed-date>
    <authored-date>2009-03-01T01:09:20-08:00</authored-date>
    <message>Moving Comment parsing functionality to new base class, Documentation.  Also reverted the functionality of parse_function.  Now, the parse_function inside Documentation does not do directives.  Therefore Mixin overrides parse_function and implements it's own logic for @parameter.  This functionality was pretty much a rollback.</message>
    <tree>541b0f55baa77b21c1c2e474c2f06aaabbeb1247</tree>
    <committer>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ac190dc07b1ddffd25b62fec534957051719e8ca</id>
      </parent>
    </parents>
    <author>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </author>
    <url>http://github.com/chriseppstein/sassdoc/commit/16e198ff8e3f978cd929dc5c49966a1c5f105f0b</url>
    <id>16e198ff8e3f978cd929dc5c49966a1c5f105f0b</id>
    <committed-date>2009-02-28T23:03:38-08:00</committed-date>
    <authored-date>2009-02-28T23:03:38-08:00</authored-date>
    <message>Adding functionality for Variable Documentation.  Also moved the code that parses a comment into CommentNode.</message>
    <tree>25f62c9f497214172c279491d60c47916c0f3082</tree>
    <committer>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>265b5261bda8503e9ce8bc3c30bb9c75c01b2ffc</id>
      </parent>
    </parents>
    <author>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </author>
    <url>http://github.com/chriseppstein/sassdoc/commit/ac190dc07b1ddffd25b62fec534957051719e8ca</url>
    <id>ac190dc07b1ddffd25b62fec534957051719e8ca</id>
    <committed-date>2009-02-28T18:38:52-08:00</committed-date>
    <authored-date>2009-02-28T18:38:52-08:00</authored-date>
    <message>Changing mixins.rb to mixin.rb</message>
    <tree>2008598897e4da52ba348d0d1968c983af1b601a</tree>
    <committer>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d1480f7864deb23c9a7c07624c88b179b28825f9</id>
      </parent>
    </parents>
    <author>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </author>
    <url>http://github.com/chriseppstein/sassdoc/commit/265b5261bda8503e9ce8bc3c30bb9c75c01b2ffc</url>
    <id>265b5261bda8503e9ce8bc3c30bb9c75c01b2ffc</id>
    <committed-date>2009-02-28T17:33:52-08:00</committed-date>
    <authored-date>2009-02-28T17:33:52-08:00</authored-date>
    <message>Changed the require path to point to the new mixins.rb file location</message>
    <tree>a1a6ddb88fdd520d67f1348cc4a4bec335b11dca</tree>
    <committer>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3a6405f0db3f237a1463f13bd24dc33be5409c6a</id>
      </parent>
    </parents>
    <author>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </author>
    <url>http://github.com/chriseppstein/sassdoc/commit/d1480f7864deb23c9a7c07624c88b179b28825f9</url>
    <id>d1480f7864deb23c9a7c07624c88b179b28825f9</id>
    <committed-date>2009-02-28T17:22:17-08:00</committed-date>
    <authored-date>2009-02-28T17:22:17-08:00</authored-date>
    <message>Moving mixins.rb to sass_doc/mixins.rb</message>
    <tree>8d5d93806ba284fcce594696c1b89dbe4f17d90d</tree>
    <committer>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>63e4df63fbc35180a29d9e07da2e68c17ec45845</id>
      </parent>
    </parents>
    <author>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </author>
    <url>http://github.com/chriseppstein/sassdoc/commit/3a6405f0db3f237a1463f13bd24dc33be5409c6a</url>
    <id>3a6405f0db3f237a1463f13bd24dc33be5409c6a</id>
    <committed-date>2009-02-28T16:09:16-08:00</committed-date>
    <authored-date>2009-02-28T16:00:20-08:00</authored-date>
    <message>Moving Mixin class into it's own file.  Also changing MixinParser to SassDocParser.  This is because we are only going to have 1 parser that handles all cases.</message>
    <tree>7ae839b229caf6637a3c03555054e032677f9a8a</tree>
    <committer>
      <name>Richard Aday</name>
      <email>richard.aday@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>37c2ac734088670b239d0fc10fdb11fe0db0fe15</id>
      </parent>
    </parents>
    <author>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </author>
    <url>http://github.com/chriseppstein/sassdoc/commit/63e4df63fbc35180a29d9e07da2e68c17ec45845</url>
    <id>63e4df63fbc35180a29d9e07da2e68c17ec45845</id>
    <committed-date>2009-02-22T15:02:07-08:00</committed-date>
    <authored-date>2009-02-22T15:02:07-08:00</authored-date>
    <message>Things TODO. Read this if you want to help.</message>
    <tree>f5702ea5f19dba5303f381cb7fc48ee928dba5f4</tree>
    <committer>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6a50e1aceec72f0416c8b75c5cb9c87fb3e113f4</id>
      </parent>
    </parents>
    <author>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </author>
    <url>http://github.com/chriseppstein/sassdoc/commit/37c2ac734088670b239d0fc10fdb11fe0db0fe15</url>
    <id>37c2ac734088670b239d0fc10fdb11fe0db0fe15</id>
    <committed-date>2009-02-22T12:33:07-08:00</committed-date>
    <authored-date>2009-02-22T12:32:07-08:00</authored-date>
    <message>Load compass via rubygems if it's not found without it.</message>
    <tree>30e192b8e86b9d488da26635c14b99a8a4a82c6a</tree>
    <committer>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e18a5cc41d6add0c23f79b3f9d648045ec327923</id>
      </parent>
    </parents>
    <author>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </author>
    <url>http://github.com/chriseppstein/sassdoc/commit/6a50e1aceec72f0416c8b75c5cb9c87fb3e113f4</url>
    <id>6a50e1aceec72f0416c8b75c5cb9c87fb3e113f4</id>
    <committed-date>2009-02-22T12:16:56-08:00</committed-date>
    <authored-date>2009-02-22T12:16:56-08:00</authored-date>
    <message>README file.</message>
    <tree>5132ba9446590d95078011aa35a315997ffa112b</tree>
    <committer>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </author>
    <url>http://github.com/chriseppstein/sassdoc/commit/e18a5cc41d6add0c23f79b3f9d648045ec327923</url>
    <id>e18a5cc41d6add0c23f79b3f9d648045ec327923</id>
    <committed-date>2009-02-22T12:05:46-08:00</committed-date>
    <authored-date>2009-02-22T12:05:46-08:00</authored-date>
    <message>Basic implementation of sassdoc that will parse individual files and print mixin documentation to stdout.</message>
    <tree>22587d0ce0b418be30c38879c4daab5a05a07d53</tree>
    <committer>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </committer>
  </commit>
</commits>
