]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / debug.h
index cb3d87e799be8e3491cc64e050c492ea895bfcd1..6b8a7f594027107aeee89096524e250ccaa8de31 100644 (file)
@@ -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 <iosfwd>
 
 #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;