X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSectioning.C;h=5777a1658e4b7be656a11fec2e197746f02a30a3;hb=095625dc3cd0542d13d8cc62362aa71c896eb3e0;hp=e779811fefd69aa87d4440812225f486848d343e;hpb=8283e978f8d621041c432b9b88a476bfd567385c;p=lyx.git diff --git a/src/Sectioning.C b/src/Sectioning.C index e779811fef..5777a1658e 100644 --- a/src/Sectioning.C +++ b/src/Sectioning.C @@ -1,11 +1,22 @@ -#include +/** + * \file Sectioning.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Lars Gullik Bjønnes + * + * Full author contact details are available in file CREDITS. + */ -#ifdef __GNUG__ -#pragma implementation -#endif +#include #include "Sectioning.h" + +namespace lyx { + +using std::string; + string const & Section::name() const { return name_; @@ -49,3 +60,6 @@ bool Section::display() const return false; return true; } + + +} // namespace lyx