Mercurial > pidgin
changeset 18303:5c6f019e48f8
Generate doxy-help files for libgnt. And make it actually work.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 27 Jun 2007 04:15:36 +0000 |
parents | 0d948cac4afa |
children | 38ecbc8a70bd 7e6950797a17 |
files | Doxyfile.in finch/libgnt/gnt-skel.h finch/libgnt/gnt.h finch/libgnt/gntbindable.h finch/libgnt/gntbox.h finch/libgnt/gntbutton.h finch/libgnt/gntcheckbox.h finch/libgnt/gntclipboard.h finch/libgnt/gntcolors.h finch/libgnt/gntcombobox.h finch/libgnt/gntentry.h finch/libgnt/gntfilesel.h finch/libgnt/gntkeys.h finch/libgnt/gntlabel.h finch/libgnt/gntline.h finch/libgnt/gntmenu.h finch/libgnt/gntmenuitem.h finch/libgnt/gntmenuitemcheck.h finch/libgnt/gntstyle.h finch/libgnt/gnttextview.h finch/libgnt/gnttree.h finch/libgnt/gntutils.h finch/libgnt/gntwidget.h finch/libgnt/gntwindow.h finch/libgnt/gntwm.h finch/libgnt/gntws.h |
diffstat | 26 files changed, 131 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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