]> git.lyx.org Git - features.git/commitdiff
Added/corrected header blurb.
authorAngus Leeming <leeming@lyx.org>
Tue, 30 Mar 2004 12:14:01 +0000 (12:14 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 30 Mar 2004 12:14:01 +0000 (12:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8563 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/dociterator.C
src/insetiterator.C
src/pariterator.C
src/pariterator.h

index 71d2d7c96b4dc2f659aa18ba39f3c520c332498f..8aa23d6f14bac3eda11ca68efbdecff6ec1448ac 100644 (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>
 
index c1edf803b8c8db74b1bd2f987ac77104a18208d1..cab8d199d79449f41c13b7ac72dd3805485c640c 100644 (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"
 
index 919fcb693f64ce743e58c2464311ee2f4df11b4a..25240d0568c3731f9d72b8ca902ccef334123743 100644 (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"
 
index a047b60242311c84c877ce0597ddf21971650dd4..7be725d298d12d3d3399ae8ffd2d915d507f5d48 100644 (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.
  *
index d74c08b40efa0e099d72fc497496bf94a6724186..31227926d73ed03d7c03ea70b2018f6113156b49 100644 (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"