]> git.lyx.org Git - lyx.git/blobdiff - src/UpdateFlags.h
* output_plaintext.C: cosmetics in comment: line length cannot be < 0
[lyx.git] / src / UpdateFlags.h
index d4ee356c3ffcae27ae32d39e3c3e465344a1ac0d..d092e74b3e4b92981ee7951ac976391949924407 100644 (file)
@@ -1,3 +1,14 @@
+// -*- C++ -*-
+/**
+ * \file UpdateFlags.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author The Denmark Cowboys
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #ifndef UPDATE_FLAGS_H
 #define UPDATE_FLAGS_H
 
@@ -9,7 +20,8 @@ namespace Update {
                FitCursor = 1,
                Force = 2,
                SinglePar = 4,
-               MultiParSel = 8
+               MultiParSel = 8,
+               Decoration = 16
        };
 
 inline flags operator|(flags const f, flags const g)