From 4851e1c9f584311fecc34515835cecadd00c4f83 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 13 Jan 2009 00:55:12 +0000 Subject: [PATCH] Add comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28131 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/lstrings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/lstrings.h b/src/support/lstrings.h index 1ab40b5f2e..110485235e 100644 --- a/src/support/lstrings.h +++ b/src/support/lstrings.h @@ -107,7 +107,7 @@ bool suffixIs(docstring const &, char_type); bool suffixIs(std::string const &, std::string const &); bool suffixIs(docstring const &, docstring const &); -/// +/// Is b contained in a? inline bool contains(std::string const & a, std::string const & b) { return a.find(b) != std::string::npos; -- 2.39.2