From 9769790a5092b59b607cc1801687f480cf7663af Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sat, 6 Dec 2008 16:15:20 +0100 Subject: [PATCH] infobar: Fix doxygen comment --- src/infobar.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/infobar.c b/src/infobar.c index b7ceabf..d3c8777 100644 --- a/src/infobar.c +++ b/src/infobar.c @@ -83,6 +83,7 @@ infobar_init(void) } /** Draw the Infobar + *\param sc Screen number */ void infobar_draw(int sc) @@ -104,6 +105,7 @@ infobar_draw(int sc) } /** Draw the layout button in the InfoBar + *\param sc Screen number */ void infobar_draw_layout(int sc) @@ -119,6 +121,7 @@ infobar_draw_layout(int sc) } /** Draw the taglist in the InfoBar + *\param sc Screen number */ void infobar_draw_taglist(int sc)