]> git.lyx.org Git - lyx.git/blobdiff - src/support/docstring.h
CMake: fix merged build, seems GCC could not handle the namespaces correctly
[lyx.git] / src / support / docstring.h
index 29fe1caf8d6c9483c76fded6bce0427e8e4d6877..22dd2ffa4cf3c61cc08c1a1c6cf78b7caa7957f1 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Georg Baum
  *
  * Full author contact details are available in file CREDITS.
 
 namespace lyx {
 
-/// String type for storing the main text in UCS4 encoding
+/**
+ * String type for storing the main text in UCS4 encoding.
+ * Use std::string only in cases 7-bit ASCII is to be manipulated
+ * within the variable.
+ */
 typedef std::basic_string<char_type> docstring;
 
 /// Creates a docstring from a C string of ASCII characters