summaryrefslogtreecommitdiffstats
path: root/include/widgets/box.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-10-12 21:39:36 +0200
committerDave Davenport <qball@gmpclient.org>2020-10-12 21:39:36 +0200
commiteea8897501abffe5a6759a388b9241d4ca70a4c3 (patch)
treec7d464793dedbabfc06f3cbc117e7a5994d59a7f /include/widgets/box.h
parent585538b42882ce8e8217a56f6b4dd05c0a0b68ff (diff)
Fix some of the documentation
Diffstat (limited to 'include/widgets/box.h')
-rw-r--r--include/widgets/box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets/box.h b/include/widgets/box.h
index ac602321..18c68788 100644
--- a/include/widgets/box.h
+++ b/include/widgets/box.h
@@ -64,5 +64,5 @@ box * box_create ( widget *parent, const char *name, RofiOrientation type );
* Add a widget to the box.
*/
void box_add ( box *box, widget *child, gboolean expand );
-/*@}*/
+/**@}*/
#endif // ROFI_HBOX_H