]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlist.C
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / insetlist.C
index a0af06f20226dba2586e2505025e95cfa404054b..4a04a4e76b423d3d1610bb7a480fef2fa191f996 100644 (file)
@@ -1,12 +1,12 @@
-/* This file is part of
- * ======================================================
- * 
- *           LyX, The Document Processor
- *      
- *          Copyright 1998 The LyX Team.
+/**
+ * \file insetlist.C
+ * 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
+ */
 #include <config.h>
 
 #ifdef __GNUG__
@@ -69,9 +69,9 @@ int InsetList::latex(Buffer const * buf,
                     ostream & os, bool fragile, bool fp) const
 {
        os << "\\footnote{%\n";
-       
+
        int i = inset.latex(buf, os, fragile, fp);
        os << "}%\n";
-       
+
        return i + 2;
 }