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. ...@@ -634,8 +634,11 @@ default code.
Multiple subroutines Multiple subroutines
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
If multiple subroutines with the same name are defined, they are If multiple subroutines with the the name of one of the builtin
concatenated in the order in which the appear in the source. 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::: Example:::
...@@ -661,8 +664,6 @@ Example::: ...@@ -661,8 +664,6 @@ Example:::
} }
} }
The builtin default subroutines are implicitly appended in this way.
Variables 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