qulogic/libgnt

Fix a bunch of gtk-doc warnings in finch
gtkdoc-conversion
2014-02-04, Ankit Vani
56e545178934
Fix a bunch of gtk-doc warnings in finch
--- a/gnt-skel.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gnt-skel.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
--- a/gntbindable.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntbindable.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
@@ -283,7 +283,7 @@
return type;
}
-/**
+/*
* Key Remaps
*/
const char *
@@ -304,7 +304,7 @@
return (remap ? remap : text);
}
-/**
+/*
* Actions and Bindings
*/
gboolean
--- a/gntbox.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntbox.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
--- a/gntbutton.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntbutton.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
--- a/gntcheckbox.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntcheckbox.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
--- a/gntclipboard.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntclipboard.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
--- a/gntcolors.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntcolors.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
--- a/gntcombobox.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntcombobox.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
--- a/gntentry.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntentry.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
--- a/gntfilesel.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntfilesel.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
--- a/gntkeys.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntkeys.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
@@ -201,7 +201,7 @@
return k.name;
}
-/**
+/*
* The key-bindings will be saved in a tree. When a keystroke happens, GNT will
* find the sequence that matches a binding and return the length.
* A sequence should not be a prefix of another sequence. If it is, then only
--- a/gntlabel.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntlabel.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
--- a/gntline.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntline.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
--- a/gntmain.c Tue Feb 04 04:08:36 2014 +0530
+++ b/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;
--- a/gntmenu.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntmenu.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
--- a/gntmenuitem.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntmenuitem.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
--- a/gntmenuitemcheck.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntmenuitemcheck.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
--- a/gntprogressbar.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntprogressbar.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
--- a/gntslider.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntslider.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
--- a/gntstyle.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntstyle.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
--- a/gnttextview.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gnttextview.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
@@ -720,7 +720,7 @@
return above;
}
-/**
+/*
* XXX: There are quite possibly more than a few bugs here.
*/
int gnt_text_view_tag_change(GntTextView *view, const char *name, const char *text, gboolean all)
--- a/gnttree.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gnttree.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
--- a/gntutils.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntutils.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
--- a/gntwidget.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntwidget.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
--- a/gntwindow.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntwindow.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
--- a/gntwm.c Tue Feb 04 04:08:36 2014 +0530
+++ b/gntwm.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
@@ -146,7 +146,7 @@
}
}
-/**
+/*
* The following is a workaround for a bug in most versions of ncursesw.
* Read about it in: http://article.gmane.org/gmane.comp.lib.ncurses.bugs/2751
*