infobar: Fix doxygen comment

This commit is contained in:
Martin Duquesnoy 2008-12-06 16:15:20 +01:00
parent 0251856951
commit 9769790a50

View File

@ -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)