]> git.lyx.org Git - lyx.git/blobdiff - src/trans.h
Point fix, earlier forgotten
[lyx.git] / src / trans.h
index e0ccbc08baaefb90a333d9a1dd7091cf78821be0..f53738ad9ef7a4f5471ac96c162b0a146b0b8b50 100644 (file)
@@ -1,10 +1,18 @@
 // -*- C++ -*-
-#ifndef Trans_h
-#define Trans_h
+/**
+ * \file trans.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ * \author Matthias Ettrich
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
+ */
 
-#ifdef __GNUG__
-#pragma interface
-#endif
+#ifndef TRANS_H
+#define TRANS_H
 
 #include <map>
 
@@ -19,7 +27,6 @@ class TransManager;
 /**
   Trans: holds a .kmap file
   */
-//class Trans : public TransInterface {
 class Trans {
 public:
        ///
@@ -75,4 +82,4 @@ string const & Trans::Match(unsigned char c)
        return dummy;
 }
 
-#endif
+#endif // TRANS_H