X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSectioning.C;h=64aa20201966a824e85efc8afc480181ea020d99;hb=b9963e1a57135c3e2ab128a9ec4300f0e4886992;hp=3f5d455889a86f7644edcabe008453917a42efd3;hpb=99d1627a471b92f403598d03dfc861ddc3c11be0;p=lyx.git diff --git a/src/Sectioning.C b/src/Sectioning.C index 3f5d455889..64aa202019 100644 --- a/src/Sectioning.C +++ b/src/Sectioning.C @@ -1,7 +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 #include "Sectioning.h" +using std::string; + string const & Section::name() const { return name_;