X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fdebug.h;h=6b8a7f594027107aeee89096524e250ccaa8de31;hb=24f8676130d1e0769db394b7142dae7eeb1d955e;hp=cb3d87e799be8e3491cc64e050c492ea895bfcd1;hpb=8283e978f8d621041c432b9b88a476bfd567385c;p=lyx.git diff --git a/src/debug.h b/src/debug.h index cb3d87e799..6b8a7f5940 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,21 +1,18 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file debug.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 + * \author Jean-Marc Lasgouttes * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #ifndef LYXDEBUG_H #define LYXDEBUG_H -#ifdef __GNUG__ -#pragma interface -#endif - #include #include "LString.h" @@ -72,7 +69,9 @@ struct Debug { /// INSETTEXT = (1 << 20), /// - GRAPHICS = (1 << 21) + GRAPHICS = (1 << 21), + /// change tracking + CHANGES = (1 << 22) }; /// static type const ANY;