Merge pull request #10046 from bykoianko/master-comment-fix

[routing] Comment fix.
This commit is contained in:
gmoryes 2018-12-12 14:09:08 +03:00 committed by GitHub
commit 0029d25d25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,9 +81,9 @@ public:
void OnLocationPositionChanged(location::GpsInfo const & info);
// See comments in |enum class Interval|
/// \brief |GenerateNotifications| about |VoiceNotificationZone|
/// \brief |GenerateNotifications| about |Interval::VoiceNotificationZone|.
void GenerateNotifications(std::vector<std::string> & notifications);
/// \bried |ShouldPlayBeepSignal| about |BeepSignalZone|
/// \brief |ShouldPlayBeepSignal| about |Interval::BeepSignalZone|.
bool ShouldPlayBeepSignal();
void ResetNotifications();