[5.2] 5f9e1af VMOD blob: move the $ABI declaration to the bottom of the VCC file.

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Fri Sep 15 11:17:28 UTC 2017


commit 5f9e1af4b7d356e64dfd24a9d1ef9ec291bf81e3
Author: Geoff Simmons <geoff at uplex.de>
Date:   Thu Sep 14 08:35:40 2017 +0200

    VMOD blob: move the $ABI declaration to the bottom of the VCC file.
    
    Like $Event, $ABI has the effect of making generated docs until
    the next $-directive disappear.

diff --git a/lib/libvmod_blob/vmod.vcc b/lib/libvmod_blob/vmod.vcc
index 96dea4e..e1db306 100644
--- a/lib/libvmod_blob/vmod.vcc
+++ b/lib/libvmod_blob/vmod.vcc
@@ -7,7 +7,6 @@
 #
 
 $Module blob 3 utilities for the VCL blob type
-$ABI strict
 
 ::
 
@@ -425,3 +424,5 @@ SEE ALSO
 * :ref:`varnishd(1)`
 * :ref:`vcl(7)`
 * :ref:`vmod_std(3)`
+
+$ABI strict


More information about the varnish-commit mailing list