mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
docs: remove Doxygen markup from Message.has_location()
This commit is contained in:
@@ -657,10 +657,6 @@ impl Message {
|
||||
/// Check if a message has a location bound to it.
|
||||
/// These messages are also returned by get_locations()
|
||||
/// and the UI may decide to display a special icon beside such messages,
|
||||
///
|
||||
/// @memberof Message
|
||||
/// @param msg The message object.
|
||||
/// @return 1=Message has location bound to it, 0=No location bound to message.
|
||||
pub fn has_location(&self) -> bool {
|
||||
self.location_id != 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user