[Abtlinux-svn] SF.net SVN: abtlinux: [89] src/trunk
Status: Alpha
Brought to you by:
eschabell
From: <esc...@us...> - 2006-05-17 09:24:40
|
Revision: 89 Author: eschabell Date: 2006-05-17 02:24:27 -0700 (Wed, 17 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=89&view=rev Log Message: ----------- Fixed Package.details to reflect return value of HASH instead of an array. Modified Paths: -------------- src/trunk/Package.rb src/trunk/doc/classes/Package.html src/trunk/doc/created.rid src/trunk/doc/dot/f_0.png src/trunk/doc/files/Package_rb.html src/trunk/docGen.sh Modified: src/trunk/Package.rb =================================================================== --- src/trunk/Package.rb 2006-05-15 18:24:26 UTC (rev 88) +++ src/trunk/Package.rb 2006-05-17 09:24:27 UTC (rev 89) @@ -33,7 +33,7 @@ ## # Provides all the data needed for this package. # - # RETURNS: array containing the package details. + # RETURNS: HASH containing all package information. ## def details end Modified: src/trunk/doc/classes/Package.html =================================================================== --- src/trunk/doc/classes/Package.html 2006-05-15 18:24:26 UTC (rev 88) +++ src/trunk/doc/classes/Package.html 2006-05-17 09:24:27 UTC (rev 89) @@ -76,7 +76,7 @@ <div id="content"> <table cellpadding='0' cellspacing='0' border='0' width="100%"><tr><td align="center"> <map id="map" name="map"> - <area shape="RECT" coords="28,51,100,99" href="Package.html" alt="Package"> + <area shape="RECT" coords="29,52,101,100" href="Package.html" alt="Package"> </map> <img src="../dot/f_0.png" usemap="#map" border=0 alt="TopLevel"> </td></tr></table> @@ -195,7 +195,7 @@ Provides all the data needed for this package. </p> <p> -RETURNS: array containing the package details. +RETURNS: HASH containing all package information. </p> </div> <div class="sourcecode"> Modified: src/trunk/doc/created.rid =================================================================== --- src/trunk/doc/created.rid 2006-05-15 18:24:26 UTC (rev 88) +++ src/trunk/doc/created.rid 2006-05-17 09:24:27 UTC (rev 89) @@ -1 +1 @@ -Mon May 15 20:22:56 CEST 2006 +Wed May 17 11:20:59 CEST 2006 Modified: src/trunk/doc/dot/f_0.png =================================================================== (Binary files differ) Modified: src/trunk/doc/files/Package_rb.html =================================================================== --- src/trunk/doc/files/Package_rb.html 2006-05-15 18:24:26 UTC (rev 88) +++ src/trunk/doc/files/Package_rb.html 2006-05-17 09:24:27 UTC (rev 89) @@ -63,7 +63,7 @@ </tr> <tr> <td>Modified:</td> - <td>Mon May 15 19:58:57 CEST 2006</td> + <td>Wed May 17 11:20:54 CEST 2006</td> </tr> </table> </td></tr> @@ -76,7 +76,7 @@ <div id="content"> <table cellpadding='0' cellspacing='0' border='0' width="100%"><tr><td align="center"> <map id="map" name="map"> - <area shape="RECT" coords="28,51,100,99" href="../classes/Package.html" alt="Package"> + <area shape="RECT" coords="29,52,101,100" href="../classes/Package.html" alt="Package"> </map> <img src="../dot/f_0.png" usemap="#map" border=0 alt="TopLevel"> </td></tr></table> Modified: src/trunk/docGen.sh =================================================================== --- src/trunk/docGen.sh 2006-05-15 18:24:26 UTC (rev 88) +++ src/trunk/docGen.sh 2006-05-17 09:24:27 UTC (rev 89) @@ -20,12 +20,12 @@ # run the actual doc generation. rdoc --diagram \ - --template $TEMPLATE \ - --fileboxes \ - --inline-source \ - --line-numbers \ - --title "AbTLinux Package Manager API" \ - $FILES + --template $TEMPLATE \ + --fileboxes \ + --inline-source \ + --line-numbers \ + --title "AbTLinux Package Manager API" \ + $FILES # remove old tarball and refresh with new docs. #rm ./doc.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |