summaryrefslogtreecommitdiffstats
path: root/include/widgets/box.h
diff options
context:
space:
mode:
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