]> git.lyx.org Git - lyx.git/blobdiff - src/trans.h
Move #includes out of header files.
[lyx.git] / src / trans.h
index 8cb068d90f575367d5bdf5f3592f00631df303fc..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>
 
@@ -17,9 +25,8 @@ class LyXLex;
 class TransManager;
 
 /**
-  Trans: holds a .kmap file 
+  Trans: holds a .kmap file
   */
-//class Trans : public TransInterface {
 class Trans {
 public:
        ///
@@ -37,7 +44,7 @@ public:
        string const process(char, TransManager &);
        ///
        bool isAccentDefined(tex_accent, KmodInfo &) const;
-    
+
 private:
        ///
        void AddDeadkey(tex_accent, string const &);
@@ -75,4 +82,4 @@ string const & Trans::Match(unsigned char c)
        return dummy;
 }
 
-#endif 
+#endif // TRANS_H