[4.0] fb1e33d Remove text block dividers just added.

Lasse Karstensen lkarsten at varnish-software.com
Tue Jun 24 11:31:46 CEST 2014


commit fb1e33d83d70a3f822315815a31bb0f5c9936e6c
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Tue May 13 11:51:33 2014 +0200

    Remove text block dividers just added.
    
    This made it easier to see where objects started/stopped, but
    vmodtool.py don't believe in this comment format. Especially rst2man
    wasn't impressed, so roll back for now.

diff --git a/lib/libvmod_directors/vmod.vcc b/lib/libvmod_directors/vmod.vcc
index d18151f..f0d9424 100644
--- a/lib/libvmod_directors/vmod.vcc
+++ b/lib/libvmod_directors/vmod.vcc
@@ -81,7 +81,7 @@ Description
 Example
        set req.backend_hint = rrdir.backend();
 
-####################################################################
+
 $Object fallback()
 
 Description
@@ -111,7 +111,7 @@ Description
 Example
        set req.backend_hint = vdir.backend();
 
-####################################################################
+
 $Object random()
 
 Description



More information about the varnish-commit mailing list