From 421a7b277dc8ab44e56dc7f2cbc7aebb8de659fe Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 28 Apr 2024 10:18:05 +0000 Subject: [PATCH] docs: remove Doxygen markup from Message.has_location() --- src/message.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/message.rs b/src/message.rs index 5bad33f25..31f992ad4 100644 --- a/src/message.rs +++ b/src/message.rs @@ -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 }