xartigas pushed a commit to branch master.

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

commit 1f96530a1c7b94fda1dc4a6ff544f2c05b47cae5
Author: Marcel Hollerbach <[email protected]>
Date:   Thu Sep 12 13:26:20 2019 +0200

    efl_part: insert @ to link docs proberly
    
    Reviewers: segfaultxavi
    
    Reviewed By: segfaultxavi
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D9919
---
 src/lib/efl/interfaces/efl_part.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/efl/interfaces/efl_part.eo 
b/src/lib/efl/interfaces/efl_part.eo
index f282983cd6..f2917356c4 100644
--- a/src/lib/efl/interfaces/efl_part.eo
+++ b/src/lib/efl/interfaces/efl_part.eo
@@ -12,7 +12,7 @@ interface Efl.Part
      Part proxy objects have a special lifetime that
      is limited to one and only one function call. This
      behavior is implemented in efl_part() which call
-     Efl.Part.part_get(). Calling Efl.Part.part_get() directly
+     @.part_get(). Calling @.part_get() directly
      should be avoided.
 
      In other words, the caller does not hold a reference

-- 


Reply via email to