Commit b2bad5a6 authored by Andreas Plesner Jacobsen's avatar Andreas Plesner Jacobsen Committed by Tollef Fog Heen

Explicitly document that concatenation is only supported for the builtins.

Fixes #1042
parent 37b7329b
......@@ -634,8 +634,11 @@ default code.
Multiple subroutines
~~~~~~~~~~~~~~~~~~~~
If multiple subroutines with the same name are defined, they are
concatenated in the order in which the appear in the source.
If multiple subroutines with the the name of one of the builtin
ones are defined, they are concatenated in the order in which they
appear in the source.
The default versions distributed with Varnish will be implicitly
concatenated as a last resort at the end.
Example:::
......@@ -661,8 +664,6 @@ Example:::
}
}
The builtin default subroutines are implicitly appended in this way.
Variables
~~~~~~~~~
......
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