]> git.lyx.org Git - lyx.git/blobdiff - src/Lexer.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / Lexer.h
index 7f1f1a00f091735cfaf6105b74ab05b144d92392..ba085ed0e426e1528679cf852968da9ca9ca89be 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -193,6 +193,9 @@ public:
        /// Quotes a string so that reading it again with Lexer::next(true)
        /// gets the original string
        static std::string quoteString(std::string const &);
+       /// Quotes a docstring so that reading it again with Lexer::next(true)
+       /// gets the original string
+       static docstring quoteString(docstring const &);
 
 private:
        /// noncopyable