[master] 8a7eb32 VMOD blob: move the $ABI declaration to the bottom of the VCC file.

Geoff Simmons geoff at uplex.de
Thu Sep 14 06:37:03 UTC 2017


commit 8a7eb321f5c21733add3d33dc1be420538be76d7
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