]> git.lyx.org Git - features.git/blobdiff - src/trans_mgr.h
Replace LString.h with support/std_string.h,
[features.git] / src / trans_mgr.h
index f0126244ccee91df45d8feeb5654e0d49ab3db32..7336146b8f72a3f4f427ddf664894cddbc44d6f8 100644 (file)
@@ -1,11 +1,23 @@
 // -*- C++ -*-
+/**
+ * \file trans_mgr.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.
+ */
+
 #ifndef TRANS_MANAGER_H
 #define TRANS_MANAGER_H
 
 #include "tex-accent.h"
 #include "trans_decl.h"
 #include "chset.h"
-#include "LString.h"
+#include "support/std_string.h"
 
 class LyXText;
 class Trans;