]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetref.h
The markDirty() and fitCursor() changes
[lyx.git] / src / insets / insetref.h
index 45c09a22701a6a3e4e0253dea1f2b1aa363e2070..9a5dac30df17acf2a083e76ac327b823517b8b18 100644 (file)
@@ -1,19 +1,17 @@
 // -*- C++ -*-
-/* This file is part of*
- * ======================================================
+/**
+ * \file insetref.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author José Matos
  *
- *         Copyright 1997 LyX Team (this file was created this year)
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS
+ */
 
 #ifndef INSET_REF_H
 #define INSET_REF_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "insetcommand.h"
 
@@ -40,6 +38,8 @@ public:
        ///
        InsetRef(InsetCommandParams const &, Buffer const &, bool same_id = false);
        ///
+       ~InsetRef();
+       ///
        virtual Inset * clone(Buffer const & buffer, bool same_id = false) const {
                return new InsetRef(params(), buffer, same_id);
        }
@@ -63,7 +63,7 @@ public:
        ///
        int linuxdoc(Buffer const *, std::ostream &) const;
        ///
-       int docbook(Buffer const *, std::ostream &) const;
+       int docbook(Buffer const *, std::ostream &, bool mixcont) const;
        ///
        void validate(LaTeXFeatures & features) const;
 private: