summaryrefslogtreecommitdiff
path: root/source/lib/messages.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-03-17 22:42:56 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-03-17 22:42:56 +0000
commit04a5cbc8964386774acdca759b4cfaded068c8f2 (patch)
treefcd53a82465e9d5fb7e62c8911a8fe657a0bfb87 /source/lib/messages.c
parent9b8d12e081462566043bb51e9c95605609572a54 (diff)
downloadsamba-04a5cbc8964386774acdca759b4cfaded068c8f2.tar.gz
Mege from HEAD - doxygen.
Diffstat (limited to 'source/lib/messages.c')
-rw-r--r--source/lib/messages.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/lib/messages.c b/source/lib/messages.c
index 3603758e9fe..5ff0e45c61f 100644
--- a/source/lib/messages.c
+++ b/source/lib/messages.c
@@ -21,11 +21,11 @@
*/
/**
- @defgroups messages Internal messaging framework
- @{
- @file messages.c
-
- This module is used for internal messaging between Samba daemons.
+ @defgroup messages Internal messaging framework
+ @{
+ @file messages.c
+
+ @brief Module for internal messaging between Samba daemons.
The idea is that if a part of Samba wants to do communication with
another Samba process then it will do a message_register() of a
@@ -36,7 +36,7 @@
use that to reply by message_send_pid(). See ping_message() for a
simple example.
- *NOTE*: Dispatch functions must be able to cope with incoming
+ @caution Dispatch functions must be able to cope with incoming
messages on an *odd* byte boundary.
This system doesn't have any inherent size limitations but is not
@@ -524,7 +524,7 @@ static int traverse_fn(TDB_CONTEXT *the_tdb, TDB_DATA kbuf, TDB_DATA dbuf, void
* @param n_sent Set to the number of messages sent. This should be
* equal to the number of processes, but be careful for races.
*
- * @return True for success.
+ * @retval True for success.
**/
BOOL message_send_all(TDB_CONTEXT *conn_tdb, int msg_type,
const void *buf, size_t len,