From 7adacd01e1bb8d39907b8b7ed1fb193d7b06a9fc Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Wed, 13 Dec 2000 22:29:41 +0000 Subject: [PATCH] annotations to make lxr display file summary text git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3303 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/register/gnome/combocell-gnome.c | 2 ++ src/register/gnome/datecell-gnome.c | 2 ++ src/register/gnome/gnucash-color.c | 2 ++ src/register/gnome/gnucash-color.h | 2 ++ src/register/gnome/gnucash-date-picker.c | 2 ++ src/register/gnome/gnucash-date-picker.h | 2 ++ src/register/gnome/gnucash-item-edit.c | 2 ++ src/register/gnome/gnucash-item-list.c | 2 ++ src/register/gnome/gnucash-item-list.h | 2 ++ src/register/gnome/quickfillcell-gnome.c | 2 ++ 10 files changed, 20 insertions(+) diff --git a/src/register/gnome/combocell-gnome.c b/src/register/gnome/combocell-gnome.c index da82a390d9..ed87a075e7 100644 --- a/src/register/gnome/combocell-gnome.c +++ b/src/register/gnome/combocell-gnome.c @@ -1,4 +1,6 @@ /********************************************************************\ + * combocell-gnome.c -- implement combobox pull down cell for gnome * + * * * This program 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 * diff --git a/src/register/gnome/datecell-gnome.c b/src/register/gnome/datecell-gnome.c index af7f039f7a..9695708381 100644 --- a/src/register/gnome/datecell-gnome.c +++ b/src/register/gnome/datecell-gnome.c @@ -1,4 +1,6 @@ /********************************************************************\ + * datecell-gnome.c -- implement date cell handler in gnome * + * * * This program 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 * diff --git a/src/register/gnome/gnucash-color.c b/src/register/gnome/gnucash-color.c index 04080973a4..9be27dfe5b 100644 --- a/src/register/gnome/gnucash-color.c +++ b/src/register/gnome/gnucash-color.c @@ -1,4 +1,6 @@ /********************************************************************\ + * gnucash-color.c -- color handling for table cells * + * * * This program 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 * diff --git a/src/register/gnome/gnucash-color.h b/src/register/gnome/gnucash-color.h index 9e3ee51901..ffd4f2fc2f 100644 --- a/src/register/gnome/gnucash-color.h +++ b/src/register/gnome/gnucash-color.h @@ -1,4 +1,6 @@ /********************************************************************\ + * gnucash-color.h -- color handling for table cells * + * * * This program 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 * diff --git a/src/register/gnome/gnucash-date-picker.c b/src/register/gnome/gnucash-date-picker.c index 8efa578f38..b4891d42b3 100644 --- a/src/register/gnome/gnucash-date-picker.c +++ b/src/register/gnome/gnucash-date-picker.c @@ -1,4 +1,6 @@ /********************************************************************\ + * gnucash-date-picker.c -- A popup date picker using gtk_calendar * + * * * This program 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 * diff --git a/src/register/gnome/gnucash-date-picker.h b/src/register/gnome/gnucash-date-picker.h index 6b38021e49..45ed5aa0ed 100644 --- a/src/register/gnome/gnucash-date-picker.h +++ b/src/register/gnome/gnucash-date-picker.h @@ -1,4 +1,6 @@ /********************************************************************\ + * gnucash-date-picker.h -- A popup date picker using gtk_calendar * + * * * This program 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 * diff --git a/src/register/gnome/gnucash-item-edit.c b/src/register/gnome/gnucash-item-edit.c index 13cb02b136..6ddcd026f3 100644 --- a/src/register/gnome/gnucash-item-edit.c +++ b/src/register/gnome/gnucash-item-edit.c @@ -1,4 +1,6 @@ /********************************************************************\ + * gnucash-item-edit.c -- cell editor cut-npaste from gnumeric * + * * * This program 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 * diff --git a/src/register/gnome/gnucash-item-list.c b/src/register/gnome/gnucash-item-list.c index bd951f4d3c..1d0e684be5 100644 --- a/src/register/gnome/gnucash-item-list.c +++ b/src/register/gnome/gnucash-item-list.c @@ -1,4 +1,6 @@ /********************************************************************\ + * gnucash-item-list.c -- A scrollable list box * + * * * This program 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 * diff --git a/src/register/gnome/gnucash-item-list.h b/src/register/gnome/gnucash-item-list.h index a49206d59a..af2884e7fe 100644 --- a/src/register/gnome/gnucash-item-list.h +++ b/src/register/gnome/gnucash-item-list.h @@ -1,4 +1,6 @@ /********************************************************************\ + * gnucash-item-list.h -- A scrollable list box * + * * * This program 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 * diff --git a/src/register/gnome/quickfillcell-gnome.c b/src/register/gnome/quickfillcell-gnome.c index 579461a1c7..29849e048d 100644 --- a/src/register/gnome/quickfillcell-gnome.c +++ b/src/register/gnome/quickfillcell-gnome.c @@ -1,4 +1,6 @@ /********************************************************************\ + * quickfillcell-gnome.c -- implement gnome part of quickfill cell * + * * * This program 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 *