]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcaption.h
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / insetcaption.h
index 35da0d33cd6728cb0b833edb2bd11d3a5283a203..4cb776312fbf8aba36671a5233bfd67f41ceb672 100644 (file)
@@ -1,15 +1,14 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file insetcaption.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
  *
- *           Copyright 2000-2001 The LyX Team.
- *
- *======================================================
+ * Full author contact details are available in file CREDITS
  */
 
-
 #ifndef INSETCAPTION_H
 #define INSETCAPTION_H
 
@@ -54,7 +53,7 @@ public:
        int ascii(Buffer const * buf, std::ostream & os, int linelen) const;
        ///
        virtual
-       int docbook(Buffer const * buf, std::ostream & os) const;
+       int docbook(Buffer const * buf, std::ostream & os, bool mixcont) const;
 protected:
 private:
 };