From: Stefan Schmidt Date: Thu, 21 Apr 2016 13:28:17 +0000 (+0200) Subject: docs: efl_vpath: separate summary line from rest of description X-Git-Tag: upstream/1.20.0~6657 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b04bd88578d90b1ce1068a140cd09fffabba6768;p=platform%2Fupstream%2Fefl.git 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. --- 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"