]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlayout_ptr_fwd.h
cleanup some debug messages
[lyx.git] / src / lyxlayout_ptr_fwd.h
index dfd66954453b6e0b255638541c1c56b024a82953..49be53172b0e58bb742144a905dcdabe6b278495 100644 (file)
@@ -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 <boost/shared_ptr.hpp>
 
 class LyXLayout;