mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26: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.
|
/// Check if a message has a location bound to it.
|
||||||
/// These messages are also returned by get_locations()
|
/// These messages are also returned by get_locations()
|
||||||
/// and the UI may decide to display a special icon beside such messages,
|
/// 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 {
|
pub fn has_location(&self) -> bool {
|
||||||
self.location_id != 0
|
self.location_id != 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user