]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.C
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / Floating.C
index dffa8263b42e8706efdfdd7990fba01d64bdb643..ddd94a901d4cfab062a9b05ea2614a2b26d99850 100644 (file)
@@ -1,11 +1,13 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file Floating.C
+ * 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
+ * \author Jean-Marc Lasgouttes
+ * \author Angus Leeming
  *
- *           Copyright 1998-2001 The LyX Team.
- *
- * ======================================================
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 #include "Floating.h"
 
 
+namespace lyx {
+
+using std::string;
+
+
 Floating::Floating()
 {}
 
@@ -72,3 +79,6 @@ bool Floating::builtin() const
 {
        return builtin_;
 }
+
+
+} // namespace lyx