Commit 9023b992 authored by Nils Goroll's avatar Nils Goroll

Document vmod rst anchor name change

Ref c0903203
parent ae98a60f
......@@ -109,6 +109,18 @@ C APIs (for vmod and utility authors)
function will be called ``vmod_foo`` and with ``$Prefix bar`` it
will be called ``bar_foo``.
* in the `vmodtool`\ -generated ReStructuredText documentation,
anchors have been renamed
* from ``obj_``\ `class` to `vmodname`\ ``.``\ `class` for
constructors and
* from ``func_``\ `class` to `vmodname`\ ``.``\ `function` for functions and
* from ``func_``\ `class` to `vmodname`\ ``.``\ `class`\ ``.``\
`method` for methods,
repsectively. In short, the anchor is now named equal to VCL syntax
for constructors and functions and similarly to VCL syntax for methods.
Fixed bugs
----------
......
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