docs: efl_vpath: separate summary line from rest of description
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 21 Apr 2016 13:28:17 +0000 (15:28 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 22 Apr 2016 07:46:40 +0000 (09:46 +0200)
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

index a622db6..8ad3f91 100644 (file)
@@ -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"