Documentation fixes.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@693 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-11-29 20:39:37 +00:00
parent 3b3c852640
commit 4f6e0f7542
2 changed files with 7 additions and 7 deletions
@@ -1,5 +1,5 @@
//
// $Id: SwissArmyTileSetRuleSet.java,v 1.5 2001/11/27 22:06:19 mdb Exp $
// $Id: SwissArmyTileSetRuleSet.java,v 1.6 2001/11/29 20:39:37 mdb Exp $
package com.threerings.media.tools.tile.xml;
@@ -17,11 +17,11 @@ import com.threerings.media.tile.SwissArmyTileSet;
/**
* Parses {@link SwissArmyTileSet} instances from a tileset description. A
* uniform tileset description looks like so:
* swiss army tileset description looks like so:
*
* <pre>
* &lt;tileset name="Sample Swiss Army Tileset"&gt;
* &lt;imgpath&gt;path/to/image.png&lt;/imgpath&gt;
* &lt;imagePath&gt;path/to/image.png&lt;/imagePath&gt;
* &lt;!-- the widths (per row) of each tile in pixels --&gt;
* &lt;widths&gt;64, 64, 64, 64&lt;/widths&gt;
* &lt;!-- the heights (per row) of each tile in pixels --&gt;
@@ -29,9 +29,9 @@ import com.threerings.media.tile.SwissArmyTileSet;
* &lt;!-- the number of tiles in each row --&gt;
* &lt;tileCounts&gt;16, 5, 3, 10&lt;/tileCounts&gt;
* &lt;!-- the offset in pixels to the upper left tile --&gt;
* &lt;offset&gt;8, 8&lt;/offset&gt;
* &lt;offsetPos&gt;8, 8&lt;/offsetPos&gt;
* &lt;!-- the gap between tiles in pixels --&gt;
* &lt;gap&gt;12, 12&lt;/gap&gt;
* &lt;gapSize&gt;12, 12&lt;/gapSize&gt;
* &lt;/tileset&gt;
* </pre>
*/
@@ -1,5 +1,5 @@
//
// $Id: UniformTileSetRuleSet.java,v 1.4 2001/11/21 02:42:15 mdb Exp $
// $Id: UniformTileSetRuleSet.java,v 1.5 2001/11/29 20:39:37 mdb Exp $
package com.threerings.media.tools.tile.xml;
@@ -15,7 +15,7 @@ import com.threerings.media.tile.UniformTileSet;
*
* <pre>
* &lt;tileset name="Sample Uniform Tileset"&gt;
* &lt;imgpath&gt;path/to/image.png&lt;/imgpath&gt;
* &lt;imagePath&gt;path/to/image.png&lt;/imagePath&gt;
* &lt;!-- the width of each tile in pixels --&gt;
* &lt;width&gt;64&lt;/width&gt;
* &lt;!-- the height of each tile in pixels --&gt;