diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-04-09 01:24:21 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-04-09 17:54:13 +0200 |
commit | c1d1f57158dd4cf0baf52313fb9d538b87940c67 (patch) | |
tree | 4bfd822f5bc341818684e607454e3096c89ab64f /src/gui/widgets/icon.h | |
parent | 72d83cf5ae523f16fd5313c20f711f6030350d05 (diff) | |
download | mana-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.gz mana-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.bz2 mana-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.xz mana-c1d1f57158dd4cf0baf52313fb9d538b87940c67.zip |
Removed a lot of useless "documentation"
I have to admit I contributed a large part of these. Sorry for that.
Less empty space, more attention to the code.
Acked-by: Jared Adams
Diffstat (limited to 'src/gui/widgets/icon.h')
-rw-r--r-- | src/gui/widgets/icon.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/widgets/icon.h b/src/gui/widgets/icon.h index 27ed0db8..7b297756 100644 --- a/src/gui/widgets/icon.h +++ b/src/gui/widgets/icon.h @@ -36,6 +36,8 @@ class Icon : public gcn::Widget public: /** * Constructor. + * + * @param filename The file name of the image to display */ Icon(const std::string &filename); @@ -44,7 +46,7 @@ class Icon : public gcn::Widget */ Icon(Image *image); - /** + /** * Gets the current Image. */ Image *getImage() const { return mImage; } |