]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlist.h
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / insetlist.h
index ea9b1db588596e90d5ae1d8d0443542eaa4a18b4..c016175becd2034383abdb9345b5f43ea87d6a8d 100644 (file)
@@ -1,12 +1,12 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
- * 
- *           LyX, The Document Processor
+/**
+ * \file insetlist.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 Lars Gullik Bjønnes
  *
- * ======================================================
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef InsetList_H
@@ -19,7 +19,7 @@
 #include "insetcollapsable.h"
 
 /** The list inset
-  
+
 */
 class InsetList : public InsetCollapsable {
 public: