From 05a64bfde9fe91587a7f8bd3d32f8577b80c7328 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 8 Nov 2014 16:49:32 +0000 Subject: fix up more doxygen errors --- gtk/scaffolding.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gtk/scaffolding.c') diff --git a/gtk/scaffolding.c b/gtk/scaffolding.c index ff0b2b82c..d18044069 100644 --- a/gtk/scaffolding.c +++ b/gtk/scaffolding.c @@ -2257,10 +2257,11 @@ struct nsgtk_scaffolding *nsgtk_new_scaffolding(struct gui_window *toplevel) return g; } -/** set the title in the window +/** + * set the title in the window * - * @param gw The gui window to set title on - * @param title The title to set (may be NULL) + * \param gw The gui window to set title on + * \param title The title to set (may be NULL) */ void gui_window_set_title(struct gui_window *gw, const char *title) { -- cgit v1.2.3