aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-04-29 08:21:18 +0200
committerJoel Bodenmann <joel@unormal.org>2014-04-29 08:21:18 +0200
commit70c96543fcd20a0d323170e4f8392a0494de2cd4 (patch)
tree6e68922f3d8163c70af3af0c37607e9be95aac0b /src/gwin
parent56b8dfc72f2adf3bd214428f5fa4f81d8b41b437 (diff)
downloaduGFX-70c96543fcd20a0d323170e4f8392a0494de2cd4.tar.gz
uGFX-70c96543fcd20a0d323170e4f8392a0494de2cd4.tar.bz2
uGFX-70c96543fcd20a0d323170e4f8392a0494de2cd4.zip
doxygen
Diffstat (limited to 'src/gwin')
-rw-r--r--src/gwin/label.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gwin/label.h b/src/gwin/label.h
index 708599a6..b7218193 100644
--- a/src/gwin/label.h
+++ b/src/gwin/label.h
@@ -68,10 +68,10 @@ GHandle gwinGLabelCreate(GDisplay *g, GLabelObject *widget, GWidgetInit *pInit);
*/
void gwinLabelSetBorder(GHandle gh, bool_t border);
-#if GWIN_LABEL_ATTRIBUTE
+#if GWIN_LABEL_ATTRIBUTE || defined(__DOXYGEN__)
/**
* @brief Add an text attribute in front of the normal label text
- * @detail Often you want to display a text like this:
+ * @details Often you want to display a text like this:
* Current IP: 192.168.1.42
* In that case, the actual IP will be variable, the text in front of it
* always remains the same. The static text is called the attribute and can be