]> git.lyx.org Git - lyx.git/blobdiff - src/LString.h
Point fix, earlier forgotten
[lyx.git] / src / LString.h
index 1e135594b319e992bc4e2ab19cd3ba86af47d77e..64f0242ab64201700e164d20e9e55bf9cacf2f3e 100644 (file)
@@ -1,13 +1,14 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file LString.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 LSTRING_H
 #define LSTRING_H
@@ -31,8 +32,7 @@ using std::string;
 #define __STRING__
 #endif
 #include "support/lyxstring.h"
-// using lyx::string;
-typedef lyxstring string;
+using lyx::string;
 #define STRCONV(STR) STR.c_str()
 #endif