[Abtlinux-svn] SF.net SVN: abtlinux: [81] src/trunk
Status: Alpha
Brought to you by:
eschabell
From: <esc...@us...> - 2006-05-01 19:28:02
|
Revision: 81 Author: eschabell Date: 2006-05-01 12:27:48 -0700 (Mon, 01 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=81&view=rev Log Message: ----------- Added our first attempt at rdoc tools. Packages now provides an example of the online api documentation. Packaged this in a tarball to save space. Modified Paths: -------------- src/trunk/Package.rb Added Paths: ----------- src/trunk/doc.tar.bz2 Modified: src/trunk/Package.rb =================================================================== --- src/trunk/Package.rb 2006-05-01 18:47:55 UTC (rev 80) +++ src/trunk/Package.rb 2006-05-01 19:27:48 UTC (rev 81) @@ -30,8 +30,11 @@ class Package - protected - + ## + # Provides all the data needed for this package. + # + # RETURNS: array containing the package details. + ## def details end Added: src/trunk/doc.tar.bz2 =================================================================== (Binary files differ) Property changes on: src/trunk/doc.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |