Added/corrected header blurb.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8563 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2004-03-30 12:14:01 +00:00
parent 610e905ed3
commit 72dd20be15
5 changed files with 34 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2004-03-30 Angus Leeming <leeming@lyx.org>
* dociterator.C:
* insetiterator.C:
* pariterator.[Ch]: added/corrected header blurb.
2004-03-30 Alfredo Braunstein <abraunst@lyx.org>

View File

@ -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 <config.h>
#include "dociterator.h"

View File

@ -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 <config.h>
#include "insetiterator.h"

View File

@ -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.
*

View File

@ -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"