X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSectioning.C;h=64aa20201966a824e85efc8afc480181ea020d99;hb=8ebf862adbe377d032f888a82d88d4393aebc929;hp=f14bb3b236602f0beed49cc6b3ae29dd7bedbce4;hpb=0b1b6dfa4ed99f2b7c2a36cb56dcbb9d5553ac33;p=lyx.git diff --git a/src/Sectioning.C b/src/Sectioning.C index f14bb3b236..64aa202019 100644 --- a/src/Sectioning.C +++ b/src/Sectioning.C @@ -1,12 +1,19 @@ +/** + * \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. + */ #include -#ifdef __GNUG__ -#pragma implementation -#endif - #include "Sectioning.h" +using std::string; + string const & Section::name() const { return name_;