X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlayout_ptr_fwd.h;h=49be53172b0e58bb742144a905dcdabe6b278495;hb=65ca7003ba47b7348610393a9a0d2d309b4e9702;hp=dfd66954453b6e0b255638541c1c56b024a82953;hpb=65d4b136161a96d10cec620985a159cf8953303c;p=lyx.git diff --git a/src/lyxlayout_ptr_fwd.h b/src/lyxlayout_ptr_fwd.h index dfd6695445..49be53172b 100644 --- a/src/lyxlayout_ptr_fwd.h +++ b/src/lyxlayout_ptr_fwd.h @@ -1,21 +1,17 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file lyxlayout_ptr_fwd.h + * 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 * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #ifndef LYXLAYOUT_PTR_FWD_H #define LYXLAYOUT_PTR_FWD_H -#ifdef __GNUG__ -#pragma interface -#endif - #include class LyXLayout;