forked from organicmaps/organicmaps
Fix comment.
This commit is contained in:
parent
10782c6d3e
commit
ebf0f1d3e7
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ namespace search
|
|||
{
|
||||
bool LooksLikePostcode(StringSliceBase const & slice, bool handleAsPrefix);
|
||||
/// Splits s into tokens and call LooksLikePostcode(TokenSlice) on the result.
|
||||
/// If checkPrefix is true returns true if some postcode starts with s.
|
||||
/// If checkPrefix is false returns true if s equals to some postcode.
|
||||
/// If handleAsPrefix is true returns true if some postcode starts with s.
|
||||
/// If handleAsPrefix is false returns true if s equals to some postcode.
|
||||
bool LooksLikePostcode(string const & s, bool handleAsPrefix);
|
||||
|
||||
size_t GetMaxNumTokensInPostcode();
|
||||
|
|
Loading…
Add table
Reference in a new issue