]> git.lyx.org Git - lyx.git/blobdiff - src/FuncStatus.h
ws changes only
[lyx.git] / src / FuncStatus.h
index e48c3ab53c7210fe2d62c98a854671c0191a79de..8375c3401e99c5b89670ceeb98754d37987f1530 100644 (file)
@@ -1,4 +1,14 @@
 // -*- C++ -*-
+/**
+ * \file FuncStatus.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Jean-Marc Lasgouttes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #ifndef FUNC_STATUS_H
 #define FUNC_STATUS_H
 
@@ -34,7 +44,7 @@ public:
        FuncStatus & unknown(bool b);
        ///
        bool unknown() const;
-       
+
        ///
        FuncStatus & disabled (bool b);
        ///