mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
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:
parent
610e905ed3
commit
72dd20be15
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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.
|
||||
*
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user