From 72dd20be15353d6ab902ecc1f0c1e90e6f2e974b Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 30 Mar 2004 12:14:01 +0000 Subject: [PATCH] Added/corrected header blurb. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8563 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 5 +++++ src/dociterator.C | 13 +++++++++++++ src/insetiterator.C | 12 ++++++++++++ src/pariterator.C | 2 +- src/pariterator.h | 6 +++--- 5 files changed, 34 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 71d2d7c96b..8aa23d6f14 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2004-03-30 Angus Leeming + + * dociterator.C: + * insetiterator.C: + * pariterator.[Ch]: added/corrected header blurb. 2004-03-30 Alfredo Braunstein diff --git a/src/dociterator.C b/src/dociterator.C index c1edf803b8..cab8d199d7 100644 --- a/src/dociterator.C +++ b/src/dociterator.C @@ -1,3 +1,16 @@ +/** + * \file dociterator.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author unknown + * \author Lars Gullik Bjønnes + * + * Full author contact details are available in file CREDITS. + */ + + +#include #include "dociterator.h" diff --git a/src/insetiterator.C b/src/insetiterator.C index 919fcb693f..25240d0568 100644 --- a/src/insetiterator.C +++ b/src/insetiterator.C @@ -1,3 +1,15 @@ +/** + * \file insetiterator.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Alfredo Braunstein + * \author André Pönitz + * + * Full author contact details are available in file CREDITS. + */ + +#include #include "insetiterator.h" diff --git a/src/pariterator.C b/src/pariterator.C index a047b60242..7be725d298 100644 --- a/src/pariterator.C +++ b/src/pariterator.C @@ -1,4 +1,4 @@ -/* \file iterators.C +/* \file pariterator.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/pariterator.h b/src/pariterator.h index d74c08b40e..31227926d7 100644 --- a/src/pariterator.h +++ b/src/pariterator.h @@ -1,5 +1,5 @@ // -*- C++ -*- -/* \file iterators.h +/* \file pariterator.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * @@ -9,8 +9,8 @@ * Full author contact details are available in file CREDITS. */ -#ifndef ITERATORS_H -#define ITERATORS_H +#ifndef PARITERATOR_H +#define PARITERATOR_H #include "dociterator.h" -- 2.39.5