]> git.lyx.org Git - lyx.git/blobdiff - src/Spacing.h
Point fix, earlier forgotten
[lyx.git] / src / Spacing.h
index 2a3bb755dddade3ccf61f49bcd8df3f9428fde11..cab426973203cb9e25f1b47719a885107aab96e4 100644 (file)
@@ -1,21 +1,17 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
- * 
- *           LyX, The Document Processor
- *        
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
+/**
+ * \file Spacing.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * ====================================================== */
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef SPACING_H
 #define SPACING_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <iosfwd>
 
 #include "LString.h"
@@ -63,7 +59,7 @@ public:
        string const writeEnvirBegin() const;
        ///
        string const writeEnvirEnd() const;
+
 private:
        ///
        Space space;