diff --git a/edit/edit-impl.h b/edit/edit-impl.h index 28ec66bc6..a575a5529 100644 --- a/edit/edit-impl.h +++ b/edit/edit-impl.h @@ -21,9 +21,8 @@ 02110-1301, USA. */ -/** \file edit.h +/** \file edit-impl.h * \brief Header: editor low level data handling and cursor fundamentals - * edit.h - main include file * \author Paul Sheer * \date 1996, 1997 */ diff --git a/edit/edit.h b/edit/edit.h index 9458d38d3..06fd4ca09 100644 --- a/edit/edit.h +++ b/edit/edit.h @@ -2,7 +2,8 @@ Copyright (C) 2009 Free Software Foundation, Inc. - Authors: 2009 Andrew Borodin + Authors: 1996, 1997 Paul Sheer + 2009 Andrew Borodin 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 @@ -22,6 +23,8 @@ /** \file edit.h * \brief Header: editor public API + * \author Paul Sheer + * \date 1996, 1997 * \author Andrew Borodin * \date 2009 */