doc auto-update

parent 2368ccac
..
.. NB: This file is machine generated, DO NOT EDIT!
..
.. Edit vmod.vcc and run make instead
.. Edit ./vmod_constant.vcc and run make instead
..
......@@ -183,8 +183,8 @@ will be undefined.
.. _xbackend.get():
BACKEND xbackend.get(BACKEND fallback=0)
----------------------------------------
BACKEND xbackend.get(BACKEND fallback=NULL)
-------------------------------------------
Return the value of the constant or the `fallback` argument
if it is undefined. The default fallback is no backend.
......
..
.. NB: This file is machine generated, DO NOT EDIT!
..
.. Edit vmod.vcc and run make instead
.. Edit ./vmod_globalvar.vcc and run make instead
..
......@@ -265,8 +265,8 @@ will be initially undefined.
.. _xbackend.get():
BACKEND xbackend.get(BACKEND fallback=0)
----------------------------------------
BACKEND xbackend.get(BACKEND fallback=NULL)
-------------------------------------------
Return the value of the globalvar or the `fallback` argument
if it is undefined. The default fallback is no backend.
......
..
.. NB: This file is machine generated, DO NOT EDIT!
..
.. Edit vmod.vcc and run make instead
.. Edit ./vmod_taskvar.vcc and run make instead
..
......@@ -359,8 +359,8 @@ will be initially undefined.
.. _xbackend.get():
BACKEND xbackend.get(BACKEND fallback=0)
----------------------------------------
BACKEND xbackend.get(BACKEND fallback=NULL)
-------------------------------------------
Return the value of the taskvar or the `fallback` argument
if it is undefined. The default fallback is no backend.
......
..
.. NB: This file is machine generated, DO NOT EDIT!
..
.. Edit vmod.vcc and run make instead
.. Edit ./vmod_topvar.vcc and run make instead
..
......@@ -342,8 +342,8 @@ will be initially undefined.
.. _xbackend.get():
BACKEND xbackend.get(BACKEND fallback=0)
----------------------------------------
BACKEND xbackend.get(BACKEND fallback=NULL)
-------------------------------------------
Return the value of the topvar or the `fallback` argument
if it is undefined. The default fallback is no backend.
......
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