diff --git a/src/main/java/com/threerings/media/tile/tools/xml/SwissArmyTileSetRuleSet.java b/src/main/java/com/threerings/media/tile/tools/xml/SwissArmyTileSetRuleSet.java index 49fc9128..25959858 100644 --- a/src/main/java/com/threerings/media/tile/tools/xml/SwissArmyTileSetRuleSet.java +++ b/src/main/java/com/threerings/media/tile/tools/xml/SwissArmyTileSetRuleSet.java @@ -38,21 +38,21 @@ import static com.threerings.media.Log.log; * Parses {@link SwissArmyTileSet} instances from a tileset description. A * swiss army tileset description looks like so: * - *
- * <tileset name="Sample Swiss Army Tileset"> - * <imagePath>path/to/image.png</imagePath> - * <!-- the widths (per row) of each tile in pixels --> - * <widths>64, 64, 64, 64</widths> - * <!-- the heights (per row) of each tile in pixels --> - * <heights>48, 48, 48, 64</heights> - * <!-- the number of tiles in each row --> - * <tileCounts>16, 5, 3, 10</tileCounts> - * <!-- the offset in pixels to the upper left tile --> - * <offsetPos>8, 8</offsetPos> - * <!-- the gap between tiles in pixels --> - * <gapSize>12, 12</gapSize> - * </tileset> - *+ * {@code + *