]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnote.h
Copyright notices
[lyx.git] / src / insets / insetnote.h
index 6688e77a80b2f7163f8aee103b21ff875bc4288a..5a4e9414060f267e65618245d0aeeb1604738198 100644 (file)
@@ -1,12 +1,12 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file insetnote.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Angus Leeming
  *
- *           Copyright 2001 The LyX Team.
- *
- *======================================================
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef INSETNOTE_H
@@ -34,7 +34,7 @@ public:
        ///
        string const editMessage() const;
        ///
-       Inset::Code lyxCode() const { return Inset::IGNORE_CODE; }
+       Inset::Code lyxCode() const { return Inset::NOTE_CODE; }
        ///
        void write(Buffer const *, std::ostream &) const;
        ///
@@ -44,7 +44,10 @@ public:
        int linuxdoc(Buffer const *, std::ostream &) const
                { return 0; }
        ///
-       int docbook(Buffer const *, std::ostream &) const
+       int docbook(Buffer const *, std::ostream &, bool) const
+               { return 0; }
+       ///
+       int ascii(Buffer const *, std::ostream &, int) const
                { return 0; }
        ///
        void validate(LaTeXFeatures &) const {}