Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/label.h')
-rw-r--r--src/ui/label.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/label.h b/src/ui/label.h
index 2a38273..f187520 100644
--- a/src/ui/label.h
+++ b/src/ui/label.h
@@ -13,7 +13,9 @@
namespace ui
{
-/// a widget displaying centered text
+/**
+ * @brief a widget displaying a single line of text
+ */
class Label : public Widget
{
public: