From: Alfons Hoogervorst Date: Tue, 31 Dec 2002 10:45:07 +0000 (+0000) Subject: suggestion for doxygen commenting style X-Git-Tag: rel_0_8_9~135 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=43deed397a2a499e69134ecb9b9f9d2159f10b38 suggestion for doxygen commenting style --- diff --git a/src/crash.c b/src/crash.c index 9ecd6ac36..9ab0ff18c 100644 --- a/src/crash.c +++ b/src/crash.c @@ -161,7 +161,12 @@ void crash_main(const char *arg) } /*! - *\brief (can't get pixmap working, so discarding it) + *\brief show crash dialog + * + *\param text Description + *\param debug_output Output text by gdb + * + *\return GtkWidget * Dialog widget */ static GtkWidget *crash_dialog_show(const gchar *text, const gchar *debug_output) {