stefan pushed a commit to branch master.

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

commit b04bd88578d90b1ce1068a140cd09fffabba6768
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Thu Apr 21 15:28:17 2016 +0200

    docs: efl_vpath: separate summary line from rest of description
    
    We use the summary line in various places where such a big block of text 
looks
    ugly. In general we handle it a bit like our commit messages. One line 
summary
    which should stand alone with more details and explanantions following 
after a
    empty line.
---
 src/lib/efl/interfaces/efl_vpath.eo | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/efl/interfaces/efl_vpath.eo 
b/src/lib/efl/interfaces/efl_vpath.eo
index a622db6..8ad3f91 100644
--- a/src/lib/efl/interfaces/efl_vpath.eo
+++ b/src/lib/efl/interfaces/efl_vpath.eo
@@ -1,6 +1,7 @@
 interface Efl.Vpath
 {
    [[ VPath is the EFL "Virtual Path" system that maps paths and downloads
+
      You can provide virtual paths common in unix shells like:
        "~/file.jpg"
        "~username/file.png"

-- 


Reply via email to