diff --git a/src/modules/dmq/doc/dmq.xml b/src/modules/dmq/doc/dmq.xml index f689a54e1a1..4d000c6535c 100644 --- a/src/modules/dmq/doc/dmq.xml +++ b/src/modules/dmq/doc/dmq.xml @@ -57,10 +57,10 @@ - + - + diff --git a/src/modules/dmq/doc/dmq_devel.xml b/src/modules/dmq/doc/dmq_devel.xml index 08a7a94ea8d..7a0ce344f6b 100644 --- a/src/modules/dmq/doc/dmq_devel.xml +++ b/src/modules/dmq/doc/dmq_devel.xml @@ -20,7 +20,7 @@ dmq_load_api(dmq_api_t* api) - This function binds the DMQ module and fills the structure + This function binds the DMQ module and fills the structure with the exported functions below. @@ -43,7 +43,7 @@ typedef struct dmq_api { register_dmq_peer(dmq_peer_t* peer) - Registers an entity as a DMQ peer which permits receiving/sending + Registers an entity as a DMQ peer which permits receiving/sending messages between nodes which support the same peer. @@ -63,10 +63,10 @@ typedef struct dmq_api { dmq_resp_cback_t* resp_cback, int max_forwards, str* content_type) - Broadcast a DMQ message to all nodes in the DMQ bus excluding self, + Broadcast a DMQ message to all nodes in the DMQ bus excluding self, inactive nodes and "except" if specified. - + <function>bcast_message</function> usage