From b04bd88578d90b1ce1068a140cd09fffabba6768 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 21 Apr 2016 15:28:17 +0200 Subject: [PATCH] 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 a622db6862..8ad3f91298 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"