]> git.lyx.org Git - features.git/blobdiff - src/encoding.h
Replace LString.h with support/std_string.h,
[features.git] / src / encoding.h
index c64a84517ac7f5e22dfdef7d3631e41c0face36d..9bfd8948c1d9d6a4e338f9aac597a2955d0add9a 100644 (file)
@@ -1,18 +1,19 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file encoding.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef ENCODING_H
 #define ENCODING_H
 
-#include "LString.h"
+#include "support/std_string.h"
 #include "lyxrc.h"
 
 #include <map>