hermet pushed a commit to branch efl-1.15.

http://git.enlightenment.org/core/efl.git/commit/?id=b1eeddddd95d381dd43a616d6d03e004626d8c98

commit b1eeddddd95d381dd43a616d6d03e004626d8c98
Author: Thiep Ha <thie...@gmail.com>
Date:   Thu Oct 1 19:29:23 2015 +0900

    doc/eldbus: fix parameter in document
    
    Summary:
    The allow_initial_call apprears two times in
    eldbus_name_owner_changed_callback_add api.
    
    @fix
    
    Reviewers: seoz, Hermet
    
    Reviewed By: Hermet
    
    Subscribers: cedric, seoz
    
    Differential Revision: https://phab.enlightenment.org/D3110
---
 src/lib/eldbus/eldbus_freedesktop.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eldbus/eldbus_freedesktop.h 
b/src/lib/eldbus/eldbus_freedesktop.h
index 1b2901c..b629379 100644
--- a/src/lib/eldbus/eldbus_freedesktop.h
+++ b/src/lib/eldbus/eldbus_freedesktop.h
@@ -125,7 +125,7 @@ typedef void (*Eldbus_Name_Owner_Changed_Cb)(void *data, 
const char *bus, const
  *
  * This function implicitly calls eldbus_name_owner_get() in order to be able 
to
  * monitor the name. If the only interest is to receive notifications when the
- * name in fact changes, pass EINA_FALSE to @param allow_initial_call so your
+ * name in fact changes, pass EINA_FALSE to \p allow_initial_call so your
  * callback will not be called on first retrieval of name owner. If the
  * initial state is important, pass EINA_TRUE to this parameter.
  *

-- 


Reply via email to