# HG changeset patch # User Sadrul Habib Chowdhury # Date 1182917736 0 # Node ID 5c6f019e48f84aa95603fa31fc285d11185fadb7 # Parent 0d948cac4afa5ac37daca14ba70a048cfe12af32 Generate doxy-help files for libgnt. And make it actually work. diff -r 0d948cac4afa -r 5c6f019e48f8 Doxyfile.in --- a/Doxyfile.in Wed Jun 27 00:31:22 2007 +0000 +++ b/Doxyfile.in Wed Jun 27 04:15:36 2007 +0000 @@ -432,8 +432,9 @@ # with spaces. INPUT = libpurple \ - finch \ - pidgin \ + finch \ + finch/libgnt \ + pidgin \ doc # If the value of the INPUT tag contains directories, you can use the diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gnt-skel.h --- a/finch/libgnt/gnt-skel.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gnt-skel.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gnt-skel.h -skel API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gnt.h --- a/finch/libgnt/gnt.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gnt.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,14 @@ /** + * @defgroup gnt GNT (GLib Ncurses Toolkit) + * + * GNT is an ncurses toolkit for creating text-mode graphical user interfaces + * in a fast and easy way. + */ +/** + * @file gnt.h GNT API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntbindable.h --- a/finch/libgnt/gntbindable.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntbindable.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntbindable.h Bindable API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntbox.h --- a/finch/libgnt/gntbox.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntbox.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntbox.h Box API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntbutton.h --- a/finch/libgnt/gntbutton.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntbutton.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntbutton.h Button API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntcheckbox.h --- a/finch/libgnt/gntcheckbox.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntcheckbox.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntcheckbox.h Checkbox API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntclipboard.h --- a/finch/libgnt/gntclipboard.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntclipboard.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntclipboard.h Clipboard API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntcolors.h --- a/finch/libgnt/gntcolors.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntcolors.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntcolors.h Colors API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntcombobox.h --- a/finch/libgnt/gntcombobox.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntcombobox.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntcombobox.h Combobox API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntentry.h --- a/finch/libgnt/gntentry.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntentry.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntentry.h Entry API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntfilesel.h --- a/finch/libgnt/gntfilesel.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntfilesel.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntfilesel.h File selector API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntkeys.h --- a/finch/libgnt/gntkeys.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntkeys.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntkeys.h Keys API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntlabel.h --- a/finch/libgnt/gntlabel.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntlabel.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntlabel.h Label API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntline.h --- a/finch/libgnt/gntline.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntline.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntline.h Line API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntmenu.h --- a/finch/libgnt/gntmenu.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntmenu.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntmenu.h Menu API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntmenuitem.h --- a/finch/libgnt/gntmenuitem.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntmenuitem.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntmenuitem.h Menuitem API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntmenuitemcheck.h --- a/finch/libgnt/gntmenuitemcheck.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntmenuitemcheck.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntmenuitemcheck.h Check Menuitem API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntstyle.h --- a/finch/libgnt/gntstyle.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntstyle.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntstyle.h Style API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gnttextview.h --- a/finch/libgnt/gnttextview.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gnttextview.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gnttextview.h Textview API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gnttree.h --- a/finch/libgnt/gnttree.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gnttree.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gnttree.h Tree API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntutils.h --- a/finch/libgnt/gntutils.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntutils.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntutils.h Some utility functions + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntwidget.h --- a/finch/libgnt/gntwidget.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntwidget.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntwidget.h Widget API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntwindow.h --- a/finch/libgnt/gntwindow.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntwindow.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntwindow.h Window API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntwm.h --- a/finch/libgnt/gntwm.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntwm.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,4 +1,8 @@ /** + * @file gntwm.h Window-manager API + * @ingroup gnt + */ +/* * GNT - The GLib Ncurses Toolkit * * GNT is the legal property of its developers, whose names are too numerous diff -r 0d948cac4afa -r 5c6f019e48f8 finch/libgnt/gntws.h --- a/finch/libgnt/gntws.h Wed Jun 27 00:31:22 2007 +0000 +++ b/finch/libgnt/gntws.h Wed Jun 27 04:15:36 2007 +0000 @@ -1,3 +1,29 @@ +/** + * @file gntws.h Workspace API + * @ingroup gnt + */ +/* + * GNT - The GLib Ncurses Toolkit + * + * GNT is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. + * + * This library is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #ifndef GNTWS_H #define GNTWS_H