Commit e2f8fcf8 authored by Geoff Simmons's avatar Geoff Simmons

Changes in auto-generated README.rst (shows the VOID return type).

parent 02c024eb
...@@ -39,8 +39,8 @@ Varnish Module (VMOD) for dispatching control to VCL labels or subroutines. ...@@ -39,8 +39,8 @@ Varnish Module (VMOD) for dispatching control to VCL labels or subroutines.
CONTENTS CONTENTS
======== ========
* label() * VOID label()
* sub() * VOID sub()
* STRING version() * STRING version()
.. _obj_label: .. _obj_label:
...@@ -50,7 +50,7 @@ label ...@@ -50,7 +50,7 @@ label
:: ::
new OBJ = label() new OBJ = VOID label()
.. _func_label.add: .. _func_label.add:
...@@ -77,7 +77,7 @@ sub ...@@ -77,7 +77,7 @@ sub
:: ::
new OBJ = sub() new OBJ = VOID sub()
.. _func_sub.add: .. _func_sub.add:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment