X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLexer.h;h=ba085ed0e426e1528679cf852968da9ca9ca89be;hb=2098f1d8c20d51e63e670bcdc9da8996068975bf;hp=7f1f1a00f091735cfaf6105b74ab05b144d92392;hpb=adc9429855e3f14ff29f3c20c846095951ced331;p=lyx.git diff --git a/src/Lexer.h b/src/Lexer.h index 7f1f1a00f0..ba085ed0e4 100644 --- a/src/Lexer.h +++ b/src/Lexer.h @@ -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