<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>data_objects/.yardopts</filename>
    </added>
    <added>
      <filename>data_objects/tasks/doc.rake</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,10 +2,12 @@
 ./doc
 ./cov
 pkg/*
+_Yardoc
 .DS_Store
 *.o
 *.so
 *.bundle
+.yardoc
 Makefile
 **/*.db
 mem.*</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,17 @@
 data_objects
 ============
 
+**IRC**:       **Join us on IRC in #datamapper on irc.freenode.net!**&lt;br/&gt;
+**Git**:       &lt;http://github.com/datamapper/do&gt;&lt;br/&gt;
+**Author**:    Dirkjan Bussink&lt;br/&gt;
+**License**:   MIT License
+
+Overview
+--------
+
 A unified Ruby API for popular databases.
+
+Copyright
+---------
+
+Licensed under the MIT license. Please see the {file:LICENSE} for more information.</diff>
      <filename>data_objects/README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -51,16 +51,16 @@ module DataObjects
     # The name of the log file
     attr_reader   :log
 
-    # @note
-    #   Ruby (standard) logger levels:
-    #     off:   absolutely nothing
-    #     fatal: an unhandleable error that results in a program crash
-    #     error: a handleable error condition
-    #     warn:  a warning
-    #     info:  generic (useful) information about system operation
-    #     debug: low-level information for developers
     #
-    #   DataObjects::Logger::LEVELS[:off, :fatal, :error, :warn, :info, :debug]
+    # Ruby (standard) logger levels:
+    #   off:   absolutely nothing
+    #   fatal: an unhandleable error that results in a program crash
+    #   error: a handleable error condition
+    #   warn:  a warning
+    #   info:  generic (useful) information about system operation
+    #   debug: low-level information for developers
+    #
+    # DataObjects::Logger::LEVELS[:off, :fatal, :error, :warn, :info, :debug]
     LEVELS =
     {
       :off   =&gt; 99999,
@@ -201,12 +201,12 @@ module DataObjects
 
     # Appends a string and log level to logger's buffer.
 
-    # @note
-    #   Note that the string is discarded if the string's log level less than the
-    #   logger's log level.
-    # @note
-    #   Note that if the logger is aio capable then the logger will use
-    #   non-blocking asynchronous writes.
+    #
+    # Note that the string is discarded if the string's log level less than the
+    # logger's log level.
+    #
+    # Note that if the logger is aio capable then the logger will use
+    # non-blocking asynchronous writes.
     #
     # @param level&lt;Fixnum&gt;  the logging level as an integer
     # @param string&lt;String&gt; the message string to be logged</diff>
      <filename>data_objects/lib/data_objects/logger.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>34a091e6789d600406fe59e889016f99e0168265</id>
    </parent>
  </parents>
  <author>
    <name>Alex Coles</name>
    <email>alex@alexcolesportfolio.com</email>
  </author>
  <url>http://github.com/datamapper/do/commit/b0fbbb9f34c636e4330cd18976e9e6a18eef97d3</url>
  <id>b0fbbb9f34c636e4330cd18976e9e6a18eef97d3</id>
  <committed-date>2009-10-25T07:09:42-07:00</committed-date>
  <authored-date>2009-10-25T07:09:42-07:00</authored-date>
  <message>[data_objects] Enable YARD docs

* Fix a couple warnings from Yardoc tool

Signed-off-by: Alex Coles &lt;alex@alexcolesportfolio.com&gt;</message>
  <tree>aa8a364072ed4ee08d4d44289535180713875ad4</tree>
  <committer>
    <name>Alex Coles</name>
    <email>alex@alexcolesportfolio.com</email>
  </committer>
</commit>
