]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetmarginal.h
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / insetmarginal.h
index cb7a6fca2f98c1ed8d2df2ad1a9cbaaf614db03d..55d657ea6f6f1330f36e1fbf0f1b86da773a64f8 100644 (file)
@@ -1,12 +1,13 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
- * 
- *           LyX, The Document Processor
+/**
+ * \file insetmarginal.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           Copyright 1998 The LyX Team.
+ * \author Jürgen Vigna
+ * \author Lars Gullik Bjønnes
  *
- *======================================================
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef INSETMARGINAL_H
@@ -19,7 +20,7 @@
 #include "insetfootlike.h"
 
 /** The marginal note inset
-  
+
 */
 class InsetMarginal : public InsetFootlike {
 public: