]> git.lyx.org Git - features.git/commitdiff
Add comment
authorPavel Sanda <sanda@lyx.org>
Tue, 13 Jan 2009 00:55:12 +0000 (00:55 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 13 Jan 2009 00:55:12 +0000 (00:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28131 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/lstrings.h

index 1ab40b5f2e41b3b584251f8d0f67cc6ac2c9450a..110485235ea647b0779f2fe869385fac06edf100 100644 (file)
@@ -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;