diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-01-18 19:05:57 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-01-18 19:05:57 -0500 |
| commit | af82af4dec91d68ad450991e6cf1083f189f12e1 (patch) | |
| tree | 3196974ee0b1b1d6637179f9f5050fdf5ef11722 | |
| parent | ce38f43efebbedd97dfe5fb5de31e0b0f798d92d (diff) | |
Fixed a minor documentation error in Skin
| -rw-r--r-- | sigmod/Skin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmod/Skin.h b/sigmod/Skin.h index ea204c81..aad14a55 100644 --- a/sigmod/Skin.h +++ b/sigmod/Skin.h @@ -103,7 +103,7 @@ class SIGMOD_EXPORT Skin : public Object * Sets the script that manages the images for the skin. The following objects will be available * to the script: * - * - \b item -- The \link Sigworld::MapItem \endlink the skin controls the images for. + * - \b item -- The \link Sigworld::MapItem map item \endlink the skin controls the images for. * - \b sigmod -- The \link Sigscript::SigmodWrapper wrapper \endlink for the \link Sigmod sigmod \endlink in use. * - \b world -- The \link Sigworld::Map map \endlink for the \link Map map \endlink the map item is on. * |
