From 3aa7e91a827fa15b3e0906b975c4755a2dcdb76d Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 5 Sep 2002 11:31:30 +0000 Subject: [PATCH] Modify the headers of files in src/graphics as discussed on the list. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5206 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/graphics/ChangeLog | 4 ++++ src/graphics/GraphicsCache.C | 9 +++++---- src/graphics/GraphicsCache.h | 7 ++++--- src/graphics/GraphicsCacheItem.C | 11 ++++++----- src/graphics/GraphicsCacheItem.h | 9 +++++---- src/graphics/GraphicsConverter.C | 5 +++-- src/graphics/GraphicsConverter.h | 5 +++-- src/graphics/GraphicsImage.C | 11 ++++++----- src/graphics/GraphicsImage.h | 7 ++++--- src/graphics/GraphicsImageXPM.C | 9 +++++---- src/graphics/GraphicsImageXPM.h | 7 ++++--- src/graphics/GraphicsLoader.C | 7 ++++--- src/graphics/GraphicsLoader.h | 5 +++-- src/graphics/GraphicsParams.C | 7 ++++--- src/graphics/GraphicsParams.h | 5 +++-- src/graphics/GraphicsSupport.C | 5 +++-- src/graphics/GraphicsSupport.h | 5 +++-- src/graphics/GraphicsTypes.C | 5 ++++- src/graphics/GraphicsTypes.h | 5 +++-- src/graphics/PreviewImage.C | 5 +++-- src/graphics/PreviewImage.h | 5 +++-- src/graphics/PreviewLoader.C | 7 ++++--- src/graphics/PreviewLoader.h | 5 +++-- src/graphics/PreviewedInset.C | 5 +++-- src/graphics/PreviewedInset.h | 5 +++-- src/graphics/Previews.C | 7 ++++--- src/graphics/Previews.h | 5 +++-- 27 files changed, 102 insertions(+), 70 deletions(-) diff --git a/src/graphics/ChangeLog b/src/graphics/ChangeLog index 9aa02950c5..854dd73d90 100644 --- a/src/graphics/ChangeLog +++ b/src/graphics/ChangeLog @@ -1,3 +1,7 @@ +2002-09-05 Angus Leeming + + * all files: modify the headers as discussed on the list. + 2002-09-04 Angus Leeming * PreviewLoader.C (startLoading): pass the desired output format to the diff --git a/src/graphics/GraphicsCache.C b/src/graphics/GraphicsCache.C index 0b1ed89a13..02e33669d5 100644 --- a/src/graphics/GraphicsCache.C +++ b/src/graphics/GraphicsCache.C @@ -1,10 +1,11 @@ -/* +/** * \file GraphicsCache.C - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Baruch Even - * \author Angus Leeming + * \author Baruch Even + * \author Angus Leeming + * + * Full author contact details available in file CREDITS */ #include diff --git a/src/graphics/GraphicsCache.h b/src/graphics/GraphicsCache.h index a01e959d42..f3c764af73 100644 --- a/src/graphics/GraphicsCache.h +++ b/src/graphics/GraphicsCache.h @@ -1,11 +1,12 @@ // -*- C++ -*- /** * \file GraphicsCache.h - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Baruch Even - * \author Angus Leeming + * \author Baruch Even + * \author Angus Leeming + * + * Full author contact details available in file CREDITS * * grfx::Cache is the manager of the image cache. * It is responsible for creating the grfx::CacheItem's and maintaining them. diff --git a/src/graphics/GraphicsCacheItem.C b/src/graphics/GraphicsCacheItem.C index f2e5c36865..6fbea18aaf 100644 --- a/src/graphics/GraphicsCacheItem.C +++ b/src/graphics/GraphicsCacheItem.C @@ -1,11 +1,12 @@ -/* +/** * \file GraphicsCacheItem.C - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Baruch Even - * \author Herbert Voss - * \author Angus Leeming + * \author Baruch Even + * \author Herbert Voss + * \author Angus Leeming + * + * Full author contact details available in file CREDITS */ #include diff --git a/src/graphics/GraphicsCacheItem.h b/src/graphics/GraphicsCacheItem.h index bc80bd282d..7f008244fb 100644 --- a/src/graphics/GraphicsCacheItem.h +++ b/src/graphics/GraphicsCacheItem.h @@ -1,11 +1,12 @@ // -*- C++ -*- -/* +/** * \file GraphicsCacheItem.h - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Baruch Even - * \author Angus Leeming + * \author Baruch Even + * \author Angus Leeming + * + * Full author contact details available in file CREDITS * * The graphics cache is a container of grfx::CacheItems. * Each grfx::CacheItem, defined here represents a separate image file. diff --git a/src/graphics/GraphicsConverter.C b/src/graphics/GraphicsConverter.C index 8fb5493af5..16c5e6c6c0 100644 --- a/src/graphics/GraphicsConverter.C +++ b/src/graphics/GraphicsConverter.C @@ -1,9 +1,10 @@ /** * \file GraphicsConverter.C - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS */ #include diff --git a/src/graphics/GraphicsConverter.h b/src/graphics/GraphicsConverter.h index 218dea2f49..8bd994f5c9 100644 --- a/src/graphics/GraphicsConverter.h +++ b/src/graphics/GraphicsConverter.h @@ -1,10 +1,11 @@ // -*- C++ -*- /** * \file GraphicsConverter.h - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS * * The controller of a conversion process from file AA of format A to * file BB of format B. diff --git a/src/graphics/GraphicsImage.C b/src/graphics/GraphicsImage.C index 1a4a13193b..2553afe77e 100644 --- a/src/graphics/GraphicsImage.C +++ b/src/graphics/GraphicsImage.C @@ -1,11 +1,12 @@ -/* +/** * \file GraphicsImage.C - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Baruch Even - * \author Angus Leeming - * \author Herbert Voss + * \author Baruch Even + * \author Angus Leeming + * \author Herbert Voss + * + * Full author contact details available in file CREDITS */ #include diff --git a/src/graphics/GraphicsImage.h b/src/graphics/GraphicsImage.h index 2be694fcd2..cd13bfa57a 100644 --- a/src/graphics/GraphicsImage.h +++ b/src/graphics/GraphicsImage.h @@ -1,11 +1,12 @@ // -*- C++ -*- /** * \file GraphicsImage.h - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Baruch Even - * \author Angus Leeming + * \author Baruch Even + * \author Angus Leeming + * + * Full author contact details available in file CREDITS * * An abstract base class for the images themselves. * Allows the user to retrieve the pixmap, once loaded and to issue commands diff --git a/src/graphics/GraphicsImageXPM.C b/src/graphics/GraphicsImageXPM.C index eedd77de0e..8ac33ecb6c 100644 --- a/src/graphics/GraphicsImageXPM.C +++ b/src/graphics/GraphicsImageXPM.C @@ -1,10 +1,11 @@ -/* +/** * \file GraphicsImageXPM.C - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Baruch Even - * \author Angus Leeming + * \author Baruch Even + * \author Angus Leeming + * + * Full author contact details available in file CREDITS */ #include diff --git a/src/graphics/GraphicsImageXPM.h b/src/graphics/GraphicsImageXPM.h index decf0757fc..49f0d478c2 100644 --- a/src/graphics/GraphicsImageXPM.h +++ b/src/graphics/GraphicsImageXPM.h @@ -1,11 +1,12 @@ // -*- C++ -*- /** * \file GraphicsImageXPM.h - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Baruch Even - * \author Angus Leeming + * \author Baruch Even + * \author Angus Leeming + * + * Full author contact details available in file CREDITS * * An instantiation of Image that makes use of libXPM to load and store * the image in memory. diff --git a/src/graphics/GraphicsLoader.C b/src/graphics/GraphicsLoader.C index 6873fdf7d1..f78bcd7f89 100644 --- a/src/graphics/GraphicsLoader.C +++ b/src/graphics/GraphicsLoader.C @@ -1,9 +1,10 @@ -/* +/** * \file GraphicsLoader.C - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS */ #include diff --git a/src/graphics/GraphicsLoader.h b/src/graphics/GraphicsLoader.h index 9ac9e45888..9ebe27a258 100644 --- a/src/graphics/GraphicsLoader.h +++ b/src/graphics/GraphicsLoader.h @@ -1,10 +1,11 @@ // -*- C++ -*- /** * \file GraphicsLoader.h - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS * * The public face of the graphics cache. * diff --git a/src/graphics/GraphicsParams.C b/src/graphics/GraphicsParams.C index aad6885a75..76d43e5c0d 100644 --- a/src/graphics/GraphicsParams.C +++ b/src/graphics/GraphicsParams.C @@ -1,9 +1,10 @@ -/* +/** * \file GraphicsParams.C - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS */ #include diff --git a/src/graphics/GraphicsParams.h b/src/graphics/GraphicsParams.h index fbba4d1a1c..15baf2aa3c 100644 --- a/src/graphics/GraphicsParams.h +++ b/src/graphics/GraphicsParams.h @@ -1,10 +1,11 @@ // -*- C++ -*- /** * \file GraphicsParams.h - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS * * Used internally by the grfx::Image. */ diff --git a/src/graphics/GraphicsSupport.C b/src/graphics/GraphicsSupport.C index 2dc8341e5e..f1184613a0 100644 --- a/src/graphics/GraphicsSupport.C +++ b/src/graphics/GraphicsSupport.C @@ -1,9 +1,10 @@ /** * \file GraphicsSupport.C - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS */ #include diff --git a/src/graphics/GraphicsSupport.h b/src/graphics/GraphicsSupport.h index 72257b193b..52d0aaceb5 100644 --- a/src/graphics/GraphicsSupport.h +++ b/src/graphics/GraphicsSupport.h @@ -1,10 +1,11 @@ // -*- C++ -*- /** * \file GraphicsSupport.h - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS */ #ifndef GRAPHICSSUPPORT_H diff --git a/src/graphics/GraphicsTypes.C b/src/graphics/GraphicsTypes.C index 0b49ed4155..00ef8a47ab 100644 --- a/src/graphics/GraphicsTypes.C +++ b/src/graphics/GraphicsTypes.C @@ -1,8 +1,11 @@ // -*- C++ -*- /** * \file GraphicsTypes.C - * Copyright 2002 the LyX Team * Read the file COPYING + * + * \author Rob Lahaye + * + * Full author contact details available in file CREDITS */ #include "graphics/GraphicsTypes.h" diff --git a/src/graphics/GraphicsTypes.h b/src/graphics/GraphicsTypes.h index 2fa791da8d..b8b7409f2e 100644 --- a/src/graphics/GraphicsTypes.h +++ b/src/graphics/GraphicsTypes.h @@ -1,10 +1,11 @@ // -*- C++ -*- /** * \file GraphicsTypes.h - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS * * All that header files outside the graphics subdirectory should need to * access. diff --git a/src/graphics/PreviewImage.C b/src/graphics/PreviewImage.C index 1b5d8c13ba..f7e74d3554 100644 --- a/src/graphics/PreviewImage.C +++ b/src/graphics/PreviewImage.C @@ -1,9 +1,10 @@ /** * \file PreviewImage.C - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS */ #include diff --git a/src/graphics/PreviewImage.h b/src/graphics/PreviewImage.h index d0f2533f41..2c67a4ee99 100644 --- a/src/graphics/PreviewImage.h +++ b/src/graphics/PreviewImage.h @@ -1,10 +1,11 @@ // -*- C++ -*- /** * \file PreviewImage.h - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS */ #ifndef PREVIEWIMAGE_H diff --git a/src/graphics/PreviewLoader.C b/src/graphics/PreviewLoader.C index d6bd52a545..5eb3701064 100644 --- a/src/graphics/PreviewLoader.C +++ b/src/graphics/PreviewLoader.C @@ -1,9 +1,10 @@ -/* +/** * \file PreviewLoader.C - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS */ #include diff --git a/src/graphics/PreviewLoader.h b/src/graphics/PreviewLoader.h index b0238474e7..e2866abdd8 100644 --- a/src/graphics/PreviewLoader.h +++ b/src/graphics/PreviewLoader.h @@ -1,10 +1,11 @@ // -*- C++ -*- /** * \file PreviewLoader.h - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS * * grfx::PreviewLoader collects latex snippets together. Then, on a * startLoading() call, these are dumped to file and processed, converting diff --git a/src/graphics/PreviewedInset.C b/src/graphics/PreviewedInset.C index 940b15aaf3..324b4ca6ff 100644 --- a/src/graphics/PreviewedInset.C +++ b/src/graphics/PreviewedInset.C @@ -1,10 +1,11 @@ // -*- C++ -*- /** * \file PreviewedInset.C - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS */ #ifdef __GNUG__ diff --git a/src/graphics/PreviewedInset.h b/src/graphics/PreviewedInset.h index 192e3d28ea..3137a17d13 100644 --- a/src/graphics/PreviewedInset.h +++ b/src/graphics/PreviewedInset.h @@ -1,10 +1,11 @@ // -*- C++ -*- /** * \file PreviewedInset.h - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS * * grfx::PreviewedInset is an abstract base class that can help insets to * generate previews. The daughter class must instantiate three small diff --git a/src/graphics/Previews.C b/src/graphics/Previews.C index 8a9618d040..cc8718edd1 100644 --- a/src/graphics/Previews.C +++ b/src/graphics/Previews.C @@ -1,9 +1,10 @@ -/* +/** * \file Previews.C - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS */ #include diff --git a/src/graphics/Previews.h b/src/graphics/Previews.h index 6cb1d481d3..2bc42416b9 100644 --- a/src/graphics/Previews.h +++ b/src/graphics/Previews.h @@ -1,10 +1,11 @@ // -*- C++ -*- /** * \file Previews.h - * Copyright 2002 the LyX Team * Read the file COPYING * - * \author Angus Leeming + * \author Angus Leeming + * + * Full author contact details available in file CREDITS * * grfx::Previews is a singleton class that stores the grfx::PreviewLoader * for each buffer requiring one. -- 2.39.5