X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloating.C;h=ddd94a901d4cfab062a9b05ea2614a2b26d99850;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=dffa8263b42e8706efdfdd7990fba01d64bdb643;hpb=99d1627a471b92f403598d03dfc861ddc3c11be0;p=lyx.git diff --git a/src/Floating.C b/src/Floating.C index dffa8263b4..ddd94a901d 100644 --- a/src/Floating.C +++ b/src/Floating.C @@ -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 @@ -13,6 +15,11 @@ #include "Floating.h" +namespace lyx { + +using std::string; + + Floating::Floating() {} @@ -72,3 +79,6 @@ bool Floating::builtin() const { return builtin_; } + + +} // namespace lyx