From 2eb2dcfabee17c2c09a4cb1349a319c24da4fe43 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Fri, 16 Jan 2015 17:59:41 -0500 Subject: [PATCH] Small fixes to BMessenger docs --- docs/user/app/Messenger.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/user/app/Messenger.dox b/docs/user/app/Messenger.dox index 1ba3825be5..100fab7f1a 100644 --- a/docs/user/app/Messenger.dox +++ b/docs/user/app/Messenger.dox @@ -34,7 +34,7 @@ The most significant (set of) method(s) in the class is SendMessage(), which sends its message to the target. For a local target SendMessage() is roughly equivalent in terms of efficiency to posting a message - directly to the BMessenger's target (i.e. BLooper::PostMessage()). + directly to the messenger's target (i.e. BLooper::PostMessage()). The global \a be_app_messenger pointer targets the main message loop of \a be_app is automatically initialized for you when you create @@ -496,7 +496,8 @@ */ -/*! \fn bool operator!=(const BMessenger& a, const BMessenger& b) +/*! + \fn bool operator!=(const BMessenger& a, const BMessenger& b) \brief Returns whether two BMessengers do NOT have the same target. \param a The first messenger.