diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-01-18 17:58:48 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-01-18 17:58:48 -0500 |
| commit | a4256fa704229abfd0941fff825532dd92c52c6e (patch) | |
| tree | a0a3cf87a12faaba496a812e488e35204eded0a7 | |
| parent | 43198c6d82561e4af9401ac7cec793e50189711d (diff) | |
Fixed some Tile documentation
| -rw-r--r-- | sigmod/Tile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmod/Tile.h b/sigmod/Tile.h index 3e0a1029..3697c1ae 100644 --- a/sigmod/Tile.h +++ b/sigmod/Tile.h @@ -93,7 +93,7 @@ class SIGMOD_EXPORT Tile : public Object QDomElement save() const; /** - * Sets the name of the tile. + * Sets the name of the tile. This is only used internally. * * \param name The name of the tile. */ |
