--- a/finch/libgnt/gntmain.c Tue Feb 04 17:31:03 2014 +0530 +++ b/finch/libgnt/gntmain.c Tue Feb 04 17:39:37 2014 +0530 @@ -1,4 +1,4 @@ -/** +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous @@ -61,11 +61,11 @@ #include <ctype.h> #include <errno.h> -/** +/* * Notes: Interesting functions to look at: - * scr_dump, scr_init, scr_restore: for workspaces + * scr_dump, scr_init, scr_restore: for workspaces * - * Need to wattrset for colors to use with PDCurses. + * Need to wattrset for colors to use with PDCurses. */ static GIOChannel *channel = NULL;